Skip to content

Commit

Permalink
fixed site
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Feb 3, 2024
1 parent 20f4e95 commit b3cefde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Footer() {
<motion.div className={"footer-item"}
whileHover={{scale : 1.05}}
>
<a href={"/"}><p className={"footer-info"}>@2023 PAE - Decibels</p></a>
<a href={"/"}><p className={"footer-info"}>@2024 PAE - Decibels</p></a>
</motion.div>
<motion.div className={"footer-item"}
whileHover={{scale : 1.05}}
Expand Down

0 comments on commit b3cefde

Please sign in to comment.