Skip to content

Commit 73894d2

Browse files
Yash094joaquim-vergesgregfromstl
authored
[Dashboard] - Update copyright year to 2025 (#5936)
Co-authored-by: Joaquim Verges <joaquim.verges@gmail.com> Co-authored-by: greg <gregfromstl@gmail.com>
1 parent 4538441 commit 73894d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ 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">© 2024 thirdweb</p>
31+
<p className="text-muted-foreground text-sm">
32+
© {new Date().getFullYear()} thirdweb
33+
</p>
3234
</div>
3335
<div className="flex flex-row gap-3">
3436
<Button size="icon" variant="ghost" asChild className="size-9">

0 commit comments

Comments
 (0)