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 265090d commit 1fe6fd7Copy full SHA for 1fe6fd7
apps/dashboard/src/@/components/blocks/app-footer.tsx
@@ -28,7 +28,7 @@ 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">© new Date().getFullYear() thirdweb</p>
+ <p className="text-muted-foreground text-sm">© {new Date().getFullYear()} thirdweb</p>
32
</div>
33
<div className="flex flex-row gap-3">
34
<Button size="icon" variant="ghost" asChild className="size-9">
0 commit comments