perf: chunk filter
This commit is contained in:
@@ -118,9 +118,9 @@ const Navbar = ({ unread }: { unread: number }) => {
|
||||
}
|
||||
: {
|
||||
color: 'myGray.500',
|
||||
backgroundColor: 'transparent'
|
||||
backgroundColor: 'transparent',
|
||||
onClick: () => router.push(item.link)
|
||||
})}
|
||||
onClick={() => router.push(item.link)}
|
||||
>
|
||||
<MyIcon
|
||||
name={
|
||||
|
||||
Reference in New Issue
Block a user