Skip to content

Commit 69a43e0

Browse files
committed
Update Navbar.txs
1 parent a5a5e5d commit 69a43e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

client/src/components/Navbar.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ export default function Navbar() {
1616
gap={3}
1717
display={{ base: "none", sm: "flex" }}
1818
>
19-
<img src='/react.png' alt='logo' width={50} height={50} />
20-
<Text fontSize={"40"}>+</Text>
2119
<img src='/go.png' alt='logo' width={40} height={40} />
22-
<Text fontSize={"40"}>=</Text>
23-
<img src='/explode.png' alt='logo' width={50} height={50} />
2420
</Flex>
2521

2622
{/* RIGHT SIDE */}

0 commit comments

Comments
 (0)