mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
commit
abfc3e09b9
21 changed files with 553 additions and 0 deletions
11
src/components/Footer.tsx
Normal file
11
src/components/Footer.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import styles from '../styles/Home.module.scss'
|
||||
|
||||
const Footer = () => {
|
||||
return(
|
||||
<div className={styles.footerLayout}>
|
||||
<a href='https://cigany.ninja' target="_blank" rel='noopener noreferrer'>?</a>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Footer
|
Loading…
Add table
Add a link
Reference in a new issue