remove footer

This commit is contained in:
skidoodle
2022-08-15 09:05:29 +02:00
committed by GitHub
parent d6f383804b
commit 9ac6fd477d

View File

@@ -1,9 +0,0 @@
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</a>
</footer>
</div>
)
}