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 d51267b commit 24f792bCopy full SHA for 24f792b
1 file changed
apps/frontend/src/modules/shared/components/layout/CopyrightFooter.tsx
@@ -4,7 +4,7 @@ import { cn } from '@web/lib/utils';
4
5
export const CopyrightFooter = ({ className }: { className?: string }) => (
6
<p className={cn('mx-auto text-zinc-600 text-xs', className)}>
7
- © 2024{' '}
+ © {new Date().getFullYear()}{' '}
8
<Link href='https://opennbs.org/' className='hover:underline'>
9
OpenNBS
10
</Link>
0 commit comments