Skip to content

Commit

Permalink
更新 navbarPhone.tsx (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 9, 2024
1 parent 1b8b112 commit fc8f73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/app/src/components/Layout/navbarPhone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const NavbarPhone = ({ unread }: { unread: number }) => {
label: t('common:navbar.Account'),
icon: 'support/user/userLight',
activeIcon: 'support/user/userFill',
link: '/account',
link: '/account/info',
activeLink: [
'/account/bill',
'/account/info',
Expand Down

0 comments on commit fc8f73f

Please sign in to comment.