Skip to content

Commit

Permalink
Merge pull request #156 from sayyyho/develop
Browse files Browse the repository at this point in the history
[Test] - 1차 테스트
  • Loading branch information
sayyyho authored Oct 6, 2024
2 parents 367fa06 + 0c65902 commit 724cb02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions src/components/about/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
4 changes: 0 additions & 4 deletions src/router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export const router = createBrowserRouter([
children: [
{
path: "",
element: <MainPage />,
},
{
path: "/booth-test",
element: <BoothPage />,
},

Expand Down

0 comments on commit 724cb02

Please sign in to comment.