From 0a31a3e5adb00acadf30d6f010a177e3bb1b0fbb Mon Sep 17 00:00:00 2001 From: karimalden Date: Wed, 7 Aug 2024 16:47:03 +0300 Subject: [PATCH] fix navbar --- src/Layout/Ui/NavBar.tsx | 2 +- src/Styles/Auth/Auth.scss | 2 +- src/Styles/Layout/Layout.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Layout/Ui/NavBar.tsx b/src/Layout/Ui/NavBar.tsx index 392e9db..9ead5db 100644 --- a/src/Layout/Ui/NavBar.tsx +++ b/src/Layout/Ui/NavBar.tsx @@ -26,11 +26,11 @@ const NavBar = () => { return (
+ }> {PageTitle} - }>
diff --git a/src/Styles/Auth/Auth.scss b/src/Styles/Auth/Auth.scss index f15a7cb..98d6a3b 100644 --- a/src/Styles/Auth/Auth.scss +++ b/src/Styles/Auth/Auth.scss @@ -15,7 +15,7 @@ margin-inline: auto; height: 60%; content: ""; - background: url("../../../public/Layout/BackgroundHeader.webp"); + background: url("/Layout/BackgroundHeader.webp"); background-size: cover; background-repeat: no-repeat; z-index: 1; diff --git a/src/Styles/Layout/Layout.scss b/src/Styles/Layout/Layout.scss index 32992f6..d0d7224 100644 --- a/src/Styles/Layout/Layout.scss +++ b/src/Styles/Layout/Layout.scss @@ -23,7 +23,7 @@ background-repeat: no-repeat; background-size: cover; - background-image: url("../../../public/Layout/BackgroundHeader.webp"); + background-image: url("/Layout/BackgroundHeader.webp"); } }