Update Footer.tsx

This commit is contained in:
skidoodle 2022-08-14 22:54:40 +02:00 committed by GitHub
parent 1b026820b7
commit 334506ba2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,8 +2,7 @@ export const Footer = () => {
return(
<div className='text-center text-lg'>
<footer className='fixed bottom-2 left-0 right-0 text-[#727277] font-semibold'>
<a href='https://arch.gay' target='_blank'>arch</span>
</a>
<a href='https://arch.gay' target='_blank'>arch</a>
</footer>
</div>
)