diff --git a/src/components/about/Footer.jsx b/src/components/about/Footer.jsx index 4da989d..33b3a7e 100644 --- a/src/components/about/Footer.jsx +++ b/src/components/about/Footer.jsx @@ -15,10 +15,7 @@ const Footer = () => { }; const goToGithub = () => { - window.open( - "https://github.com/LikeLion-at-DGU/2024_fall_festival_front", - "_blank" - ); // 새로운 탭에서 GitHub 열기 + window.open("https://github.com/LikeLion-at-DGU", "_blank"); // 새로운 탭에서 GitHub 열기 }; const goToInstagram = () => { diff --git a/src/router.jsx b/src/router.jsx index 9a77019..ecd128c 100644 --- a/src/router.jsx +++ b/src/router.jsx @@ -13,10 +13,6 @@ export const router = createBrowserRouter([ children: [ { path: "", - element: , - }, - { - path: "/booth-test", element: , },