Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed May 10, 2024
1 parent d255750 commit 338c0f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/Footer/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
footer {
font-size: 0.8rem;
padding-top: 3rem;
text-align: center;
}
4 changes: 3 additions & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import './index.css';

export default function Footer() {
return (
<span>Test</span>
<footer>Alchemistry, Extortion, Manufactur'inc - Made by Dysnomia - <a href="https://dysnomia.studio" target="_blank" rel="noopener noreferrer">https://dysnomia.studio</a></footer>
);
}

0 comments on commit 338c0f9

Please sign in to comment.