Update Footer.tsx

This commit is contained in:
skidoodle 2022-08-14 21:44:36 +02:00 committed by GitHub
parent 6087826a56
commit 1b026820b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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