chore: add meexreay to site footer
This commit is contained in:
parent
48a8055afa
commit
7c1a188876
@ -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">
|
||||
<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"
|
||||
>
|
||||
{" "}
|
||||
|
Loading…
x
Reference in New Issue
Block a user