diff --git a/.gitignore b/.gitignore index 55b8e92..7a9d008 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,6 @@ dist/ downloads/ eggs/ .eggs/ -lib/ lib64/ parts/ sdist/ diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 956b4a9..6b5dbf7 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -7,7 +7,7 @@ import { motion } from "framer-motion"; function Footer({ className }: { className?: string }) { return ( -