From 95af01d94ac6e0a0d3c2e9452f446dd876650250 Mon Sep 17 00:00:00 2001 From: zxa666 <zxadeguge@gmail.com> Date: Fri, 13 Sep 2024 20:16:55 +0800 Subject: [PATCH] quick fix --- src/components/Footer.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index ba897a9..d072019 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,9 +6,7 @@ export function Footer() { const teamSlug = stringToSlug(teamName); return ( - <footer className="pt-0 pb-1 footer py-5 - - text-white"> + <footer className="pt-0 pb-1 footer py-5 mt--8 text-white"> {/* <hr /> */} <div className="wave-container bg-rice_yellow"> <div className="wave1"></div> -- GitLab