Skip to content

Commit

Permalink
Merge pull request #131 from Team-INSERT/hotfix/header-navigation
Browse files Browse the repository at this point in the history
Hotfix/header navigation
  • Loading branch information
Ubinquitous authored Nov 23, 2023
2 parents 64092f3 + 1100716 commit 7cb604f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/common/Header/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Navigation = () => {
const NavigationList = styled.ul`
${flex.VERTICAL};
width: 100%;
gap: 6.5%;
gap: 6.2%;
`;

const NavigationListItem = styled(Link)`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const navigationListData = [
{
id: 1,
name: "👩🏻‍🎓 마이스터",
name: "👩🏻‍🎓 인증제",
href: "/meister",
},
{
id: 2,
name: "📬 커뮤니티",
name: "📬 게시판",
href: "/post",
},
{
Expand All @@ -31,7 +31,7 @@ const navigationListData = [
},
{
id: 7,
name: "☕️ 베르실 예약",
name: "☕️ 베르실",
href: "/ber",
},
];
Expand Down

0 comments on commit 7cb604f

Please sign in to comment.