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:
Charles Bochet
2023-06-15 18:07:56 +02:00
committed by GitHub
parent d28a762661
commit 540ad4929d
13 changed files with 66 additions and 64 deletions

View File

@ -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,