Skip to content

Commit

Permalink
Merge pull request #105 from Easy-Ti-cket/fix/site-order
Browse files Browse the repository at this point in the history
Refactor: subnav 사이트 순서 통일
  • Loading branch information
abyss-s authored Sep 20, 2024
2 parents 3e43bb1 + 370cda3 commit c312586
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/header/nav/subNav/SubNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,12 @@ const SubNav = ({ hovereditem }) => {
<SubNavContent onClick={() => handleNavigate("melonticket")}>
멜론티켓
</SubNavContent>
<SubNavContent onClick={() => handleNavigate("yes24")}>
예스24
</SubNavContent>
<SubNavContent onClick={() => handleNavigate("ticketlink")}>
티켓링크
</SubNavContent>
<SubNavContent onClick={() => handleNavigate("yes24")}>
예스24
</SubNavContent>
</SubNavContainer>
</SubNavWrap>
</SubNavBgc>
Expand Down

0 comments on commit c312586

Please sign in to comment.