Skip to content

Commit 5f92886

Browse files
authored
feat(header): update Datas menu icon
1 parent 480ae0a commit 5f92886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/_components/navbar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
ArrowLeftRight,
66
BarChart3,
77
Binary,
8+
Braces,
89
CaseSensitive,
910
Fingerprint,
1011
FolderTree,
@@ -114,7 +115,7 @@ export function Navbar({ isOnDrawer = false }: Props) {
114115
/>
115116
<NavbarItem
116117
isOnDrawer={isOnDrawer}
117-
Icon={ArrowLeftRight}
118+
Icon={Braces}
118119
title="Datas"
119120
path="/converter/datas"
120121
/>

0 commit comments

Comments
 (0)