diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 2fc138fd..f655c551 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -28,7 +28,7 @@ const Navbar = () => { } return ( -
+
@@ -156,13 +156,13 @@ const Navbar = () => { theme={{ base: 'text-metal-500 font-normal', }}> -
    +
      {navbarRoutes.map((route) => (
    • @@ -191,13 +191,13 @@ const Navbar = () => { theme={{ base: 'text-metal-500 font-normal', }}> -
        +
          {gettingStartedRoutes.map((route) => (
        • @@ -227,13 +227,13 @@ const Navbar = () => { theme={{ base: '', }}> -
            +
              {routes.map((route) => (
            • diff --git a/public/images/icon/discord.svg b/public/images/icon/discord.svg new file mode 100644 index 00000000..9b4ed8fe --- /dev/null +++ b/public/images/icon/discord.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file