mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-28 03:07:40 +02:00
11 lines
393 B
TypeScript
11 lines
393 B
TypeScript
export const Footer = () => {
|
|
return(
|
|
<div className='text-center text-lg'>
|
|
<footer className='fixed bottom-2 left-0 right-0 text-[#727277] font-thin'>
|
|
<a href='https://arch.gay' target='_blank'>Made by
|
|
<span className='gradient font-semibold'> arch</span>
|
|
</a>
|
|
</footer>
|
|
</div>
|
|
)
|
|
} |