chore: add meexreay to site footer

This commit is contained in:
MeexReay 2025-08-30 12:22:22 +03:00
parent 48a8055afa
commit 7c1a188876
2 changed files with 16 additions and 8 deletions

View File

@ -3,16 +3,24 @@
export default function Footer() {
return (
<footer className="flex flex-col md:flex-row justify-between items-center mb-[15px] text-sm">
<Link
href="https://kostyazero.com"
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
>
© 2025 Konstantin Zhigaylo
</Link>
<div className="flex flex-col text-stone-500 items-left">
<Link
href="https://kostyazero.com"
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
>
© 2025 Konstantin Zhigaylo
</Link>
<Link
href="https://meex.lol"
className="ml-1 text-stone-500 underline underline-offset-3 hover:text-stone-50 transition duration-200"
>
© 2025 MeexReay
</Link>
</div>
<div className="flex text-stone-500 items-center">
<p>The source code is available on</p>
<Link
href="https://github.com/kostya-zero/racinfo"
href="https://github.com/MeexReay/racinfo"
className="ml-1 underline underline-offset-3 text-stone-500 hover:text-stone-50 transition duration-200"
>
{" "}