Skip to content

Commit

Permalink
update footer copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
neelkarma authored Oct 9, 2024
1 parent dd41d13 commit 428da71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Socials from "@components/Socials.astro";
<footer
class="mt-auto p-5 bg-gray-90 dark:bg-gray-20 text-gray-40 dark:text-gray-60 flex flex-col items-center gap-2"
>
<p>&copy; Experimental Mayhem Unit 2023</p>
<p>&copy; Experimental Mayhem Unit 2024</p>
<div class="flex gap-2 text-lg">
<!-- fb, twitter, yt, insta, github -->
<Socials includeEmail />
Expand Down

0 comments on commit 428da71

Please sign in to comment.