"use client" import Link from "next/link" import React, {useState} from "react" const Footer = () => { const links = [ { id: 1, text: "GitHub", link: "https://github.com/WinsDominoes" }, { id: 2, text: "Mastodon", link: "https://social.winscloud.net/WinsDominoes" }, { id: 3, text: "Matrix", link: "" } ]; return (
Win Pattanaphol
Made with ❤️, open-source and self-hosted by me!