mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-05 14:47:38 +00:00
perf: btn color (#423)
This commit is contained in:
@@ -35,8 +35,8 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
},
|
||||
{
|
||||
label: t('navbar.Apps'),
|
||||
icon: 'appLight',
|
||||
activeIcon: 'appFill',
|
||||
icon: 'core/app/aiLight',
|
||||
activeIcon: 'core/app/aiFill',
|
||||
link: `/app/list`,
|
||||
activeLink: ['/app/list', '/app/detail']
|
||||
},
|
||||
|
Reference in New Issue
Block a user