Skip to content

Commit

Permalink
feat(footer): update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
ZRunner committed Jan 1, 2025
1 parent 988689b commit 4459bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Footer() {
<CustomLink newTab href={ExternalRoutesURLs.supportServer}>Support server</CustomLink>
</Stack>
<Stack direction="column" columnGap={{ xs: 2, sm: 3 }} order={{ xs: -1, sm: 0 }} alignItems="center">
<span>© 2024 Axobot</span>
<span>© 2024-2025 Axobot</span>
<span>All rights reserved.</span>
</Stack>
<Stack direction="column" columnGap={{ xs: 2, sm: 3 }} alignItems="center">
Expand Down

0 comments on commit 4459bd2

Please sign in to comment.