diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx
index 1d6c2b45..0aaa6092 100644
--- a/app/components/Navbar.tsx
+++ b/app/components/Navbar.tsx
@@ -1,12 +1,12 @@
'use client'
-import Link from 'next/link'
import Image from 'next/image'
-import { useEffect, useState } from 'react'
+import Link from 'next/link'
import { usePathname } from 'next/navigation'
import { List, MagnifyingGlass, X } from 'phosphor-react'
-import Search from './Search'
+import { useEffect, useState } from 'react'
import { gettingStartedRoutes, navbarRoutes, routes } from '../../routes/routes'
import { Accordion, Typography } from '../src'
+import Search from './Search'
const Navbar = () => {
const [active, setActive] = useState(false)
@@ -97,13 +97,13 @@ const Navbar = () => {
className="grayscale transition duration-300 hover:grayscale-0 sm:rounded sm:bg-primary-25 sm:p-2.5 sm:hover:bg-primary-50">
-
-
-
+
@@ -118,13 +118,13 @@ const Navbar = () => {
xmlns="http://www.w3.org/2000/svg">
-
-
+
-
+