We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Datas
1 parent 480ae0a commit 5f92886Copy full SHA for 5f92886
src/app/_components/navbar.tsx
@@ -5,6 +5,7 @@ import {
5
ArrowLeftRight,
6
BarChart3,
7
Binary,
8
+ Braces,
9
CaseSensitive,
10
Fingerprint,
11
FolderTree,
@@ -114,7 +115,7 @@ export function Navbar({ isOnDrawer = false }: Props) {
114
115
/>
116
<NavbarItem
117
isOnDrawer={isOnDrawer}
- Icon={ArrowLeftRight}
118
+ Icon={Braces}
119
title="Datas"
120
path="/converter/datas"
121
0 commit comments