Felix icons (#312)
* Fix icon size in table top bar * Replace building icon * Replace Employees icon * Replace map icon * Replace calendar icon * Replace Target icon
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { useMatch, useResolvedPath } from 'react-router-dom';
|
||||
|
||||
import {
|
||||
IconBuilding,
|
||||
IconBuildingSkyscraper,
|
||||
IconInbox,
|
||||
IconSearch,
|
||||
IconSettings,
|
||||
@ -50,7 +50,7 @@ export function AppNavbar() {
|
||||
<NavItem
|
||||
label="Companies"
|
||||
to="/companies"
|
||||
icon={<IconBuilding size={16} />}
|
||||
icon={<IconBuildingSkyscraper size={16} />}
|
||||
active={
|
||||
!!useMatch({
|
||||
path: useResolvedPath('/companies').pathname,
|
||||
|
||||
Reference in New Issue
Block a user