fix: add missing site-footer component and remove brand-icons dependency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 06:57:31 +02:00
parent 038ce3f556
commit 5c8612e327
2 changed files with 34 additions and 4 deletions

View File

@@ -26,8 +26,6 @@ import {
type LucideIcon,
} from "lucide-react"
import { Apple, Google } from "@/components/brand-icons"
export type Icon = LucideIcon
export const Icons = {
@@ -55,6 +53,4 @@ export const Icons = {
gitHub: Github,
twitter: Twitter,
check: Check,
google: Google,
apple: Apple,
}