fix linting issues
This commit is contained in:
@@ -3,9 +3,10 @@ import { Github, Mail, MessageSquare } from "lucide-react";
|
||||
|
||||
export function Footer() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
const { track } = useUmami();
|
||||
|
||||
const handleLinkClick = (name: string, url: string) => {
|
||||
useUmami().track(`footer_click_${name.toLowerCase()}`, { url });
|
||||
track(`footer_click_${name.toLowerCase()}`, { url });
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user