Skip to content

Commit

Permalink
FIXED:#34 Updated the year dynamically in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
areebahmeddd committed Feb 27, 2024
1 parent 9a3160d commit 7306e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
return (
<footer className="footer fixed bottom-0 left-0 right-0 px-2 z-50 flex justify-center bg-slate-800 text-white ">
<aside className="items-center grid-flow-col">
<p>Made By <b>Akash Singh</b> and <a href="https://github.com/Akash-Singh04/QuizQuest/graphs/contributors"><u>Contributors</u></a> © 2024 - All rights reserved</p>
<p>Made By <b>Akash Singh</b> and <a href="https://github.com/Akash-Singh04/QuizQuest/graphs/contributors"><u>Contributors</u></a> © {new Date().getFullYear()} - All rights reserved</p>
</aside>
<nav className="grid-flow-col gap-4 md:place-self-center md:justify-self-end">
<IconButton
Expand Down

0 comments on commit 7306e30

Please sign in to comment.