From 904c769db18e0ee94fab977d350c34d4f891ac70 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 18 Apr 2025 18:32:44 +0200 Subject: [PATCH] small styling changes for the footer --- web/src/components/footer.tsx | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/web/src/components/footer.tsx b/web/src/components/footer.tsx index b218d993..251394d3 100644 --- a/web/src/components/footer.tsx +++ b/web/src/components/footer.tsx @@ -2,7 +2,7 @@ import { REPO_PATH } from "@/constants" import { motion } from "framer-motion" -import { ExternalLink, Github, Heart } from "lucide-react" +import { ExternalLink, Heart } from "lucide-react" import Link from "next/link" import { useState } from "react" @@ -32,7 +32,7 @@ export function Footer() { )