Skip to content

Commit b534422

Browse files
committed
Eslint
1 parent 80b6f06 commit b534422

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

client/src/components/main/Footer.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
import { motion } from "framer-motion";
33
import {
44
Calendar,
5-
Clock,
65
Gamepad2,
7-
Handshake,
86
Heart,
97
Home,
10-
Link as LucideLink,
118
Map,
129
Palette,
13-
Pencil,
1410
Sparkles,
15-
Upload,
1611
Users,
1712
} from "lucide-react";
1813
import Image from "next/image";
@@ -35,7 +30,7 @@ type socialMedia = {
3530
alt_text: string;
3631
};
3732

38-
const quickLinks: ListLink[] = [
33+
/*const quickLinks: ListLink[] = [
3934
{
4035
label: "Join the Club",
4136
href: "#",
@@ -48,7 +43,7 @@ const quickLinks: ListLink[] = [
4843
},
4944
{ label: "Upcoming Jams", href: "#", icon: <Clock className="h-4 w-4" /> },
5045
{ label: "Resources", href: "#", icon: <Pencil className="h-4 w-4" /> },
51-
];
46+
];*/
5247

5348
// Main navigation links (ideally should be shared with Navbar)
5449
export const mainLinks: ListLink[] = [

0 commit comments

Comments
 (0)