Skip to content

Commit

Permalink
fix: mobile menu display partner and group link
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed May 9, 2024
1 parent 2532313 commit e6b697a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
15 changes: 10 additions & 5 deletions constants/category.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,16 @@ export const NAV_LINK_MOBILE = [
link: '/search',
target: '_self',
},
// {
// name: '找夥伴',
// link: '/partner',
// target: '_self',
// },
{
name: '找夥伴',
link: '/partner',
target: '_self',
},
{
name: '找揪團',
link: '/group',
target: '_self',
},
{
name: '找活動',
link: '/activities',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const MenuWrapper = styled.div`
color: #fafafa;
transition: height 0.3s ease;
z-index: 100;
overflow: auto;
`;

const MenuListWrapper = styled.div`
Expand Down

0 comments on commit e6b697a

Please sign in to comment.