Skip to content

Commit 265090d

Browse files
authored
make year dynamic for copyright
1 parent 735c91e commit 265090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/app-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function AppFooter(props: AppFooterProps) {
2828
<div className="flex flex-col gap-4 md:flex-row md:items-center md:justify-between">
2929
<div className="flex flex-row items-center gap-3">
3030
<ThirdwebMiniLogo className="h-7" />
31-
<p className="text-muted-foreground text-sm">© 2025 thirdweb</p>
31+
<p className="text-muted-foreground text-sm">© new Date().getFullYear() thirdweb</p>
3232
</div>
3333
<div className="flex flex-row gap-3">
3434
<Button size="icon" variant="ghost" asChild className="size-9">

0 commit comments

Comments
 (0)