From d9513656f3e903f581d2ae323fc1244f1e60d9dd Mon Sep 17 00:00:00 2001 From: Roziya <84230070+TukhtayevaRoziya@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:16:18 +0500 Subject: [PATCH] fix: #157 (#158) --- src/components/Header.tsx | 4 ++-- src/components/navbar/Navbar.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 42b1915..841f6e1 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -46,7 +46,7 @@ export default function Header() { return (
Rustcrab diff --git a/src/components/navbar/Navbar.tsx b/src/components/navbar/Navbar.tsx index f4a145b..a468573 100644 --- a/src/components/navbar/Navbar.tsx +++ b/src/components/navbar/Navbar.tsx @@ -18,7 +18,7 @@ const menuItems = [ const Navbar: React.FC = () => { return ( -