mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Update Footer.tsx
This commit is contained in:
parent
6087826a56
commit
1b026820b7
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
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>
|
||||
<footer className='fixed bottom-2 left-0 right-0 text-[#727277] font-semibold'>
|
||||
<a href='https://arch.gay' target='_blank'>arch</span>
|
||||
</a>
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue