This commit is contained in:
arch0Xd 2022-08-14 17:33:43 +02:00
parent 3a92d65900
commit af344d5fcd
32 changed files with 2604 additions and 2724 deletions

11
components/Footer.tsx Normal file
View file

@ -0,0 +1,11 @@
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>
)
}