mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
更新 navbarPhone.tsx (#3353)
Some checks are pending
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy doc image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Some checks are pending
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy doc image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
This commit is contained in:
parent
1b8b11239c
commit
fc8f73fc55
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue