diff --git a/apps/web/components/core/site-footer.tsx b/apps/web/components/core/site-footer.tsx index dd5228e..be52033 100644 --- a/apps/web/components/core/site-footer.tsx +++ b/apps/web/components/core/site-footer.tsx @@ -1,5 +1,6 @@ import { Github, Youtube } from "lucide-react"; import app from "../../../../package.json"; +import { cn } from "ui/lib/utils"; const navigation = [ { @@ -16,7 +17,12 @@ const navigation = [ function SiteFooter() { return ( -