diff --git a/components/ui/footer.tsx b/components/ui/footer.tsx index 20d7947..b79483b 100644 --- a/components/ui/footer.tsx +++ b/components/ui/footer.tsx @@ -7,12 +7,14 @@ import { useTheme } from 'next-themes'; export const Footer = () => { const { theme } = useTheme(); + const currentYear = new Date().getFullYear(); const repoUrl = "https://github.com/rahulsainlll/git-trace/"; const issueTemplate = `${repoUrl}/issues/new?template=general_issue.yaml`; const featureRequestTemplate = `${repoUrl}/issues/new?template=feature_request.yaml`; const contributionGuideline = `${repoUrl}/issues/new?template=documentation_update.yaml`; return ( -