mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
"minor" changes
This commit is contained in:
parent
f858856b5e
commit
ac0a47faf2
4 changed files with 111 additions and 131 deletions
28
src/components/Footer.tsx
Normal file
28
src/components/Footer.tsx
Normal file
|
@ -0,0 +1,28 @@
|
|||
import React from 'react'
|
||||
import Link from 'next/link'
|
||||
|
||||
const Footer: React.FC = () => {
|
||||
return (
|
||||
<div className="fixed bottom-0 py-4 left-0 right-0 text-center">
|
||||
<p className="text-sm text-gray-400">
|
||||
<Link
|
||||
href="https://albert.lol"
|
||||
target="_blank"
|
||||
className="text-blue-500 hover:text-blue-700"
|
||||
>
|
||||
albert
|
||||
</Link>
|
||||
{' | '}
|
||||
<Link
|
||||
href="https://github.com/skidoodle/erettsegi-browser"
|
||||
target="_blank"
|
||||
className="text-blue-500 hover:text-blue-700"
|
||||
>
|
||||
github
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Footer
|
Loading…
Add table
Add a link
Reference in a new issue