Skip to content

Commit

Permalink
Merge pull request #30 from DylanDevelops/happy-new-year
Browse files Browse the repository at this point in the history
[fix] Updated Footer Year from 2024 to 2025
  • Loading branch information
DylanDevelops authored Jan 1, 2025
2 parents 86a35e9 + b9b82fc commit 36659db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Footer = () => {
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button variant="link">
<p className="text-sm text-muted-foreground">© 2024 • AIdentify</p>
<p className="text-sm text-muted-foreground">© 2025 • AIdentify</p>
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="start">
Expand Down

0 comments on commit 36659db

Please sign in to comment.