We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4538441 commit 73894d2Copy full SHA for 73894d2
apps/dashboard/src/@/components/blocks/app-footer.tsx
@@ -28,7 +28,9 @@ export function AppFooter(props: AppFooterProps) {
28
<div className="flex flex-col gap-4 md:flex-row md:items-center md:justify-between">
29
<div className="flex flex-row items-center gap-3">
30
<ThirdwebMiniLogo className="h-7" />
31
- <p className="text-muted-foreground text-sm">© 2024 thirdweb</p>
+ <p className="text-muted-foreground text-sm">
32
+ © {new Date().getFullYear()} thirdweb
33
+ </p>
34
</div>
35
<div className="flex flex-row gap-3">
36
<Button size="icon" variant="ghost" asChild className="size-9">
0 commit comments