Skip to content

Commit

Permalink
Added footer text back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jLynx committed Jan 16, 2024
1 parent 2a29585 commit 54f135a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ const Home = () => {
</SerialLoader>
</main>
<footer className="text-center text-sm text-white">
<p className="pb-1">Mayhem Hub - {new Date().getFullYear()}</p>
<a href="https://github.com/portapack-mayhem/MayhemHub" target="_blank">
<FontAwesomeIcon
icon={faGithubAlt}
className="mr-2 text-2xl text-white"
className="mr-2 max-w-6 text-2xl text-white"
/>
</a>
</footer>
Expand Down

0 comments on commit 54f135a

Please sign in to comment.