From 6e401cf2b3b98215389c7cc0d24a0e8d31f5b9f9 Mon Sep 17 00:00:00 2001 From: Ahmed Al-Taiar Date: Tue, 8 Oct 2024 14:36:34 -0400 Subject: [PATCH] Add blur effect on navbar(s) --- web/src/layouts/AccountbarLayout/AccountbarLayout.tsx | 2 +- web/src/layouts/NavbarLayout/NavbarLayout.tsx | 2 +- web/src/layouts/ScaffoldLayout/ScaffoldLayout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/layouts/AccountbarLayout/AccountbarLayout.tsx b/web/src/layouts/AccountbarLayout/AccountbarLayout.tsx index cd28b85..99a4843 100644 --- a/web/src/layouts/AccountbarLayout/AccountbarLayout.tsx +++ b/web/src/layouts/AccountbarLayout/AccountbarLayout.tsx @@ -11,7 +11,7 @@ const AccountbarLayout = ({ title, children }: AccountbarLayoutProps) => { <>
-
+

{title}

diff --git a/web/src/layouts/NavbarLayout/NavbarLayout.tsx b/web/src/layouts/NavbarLayout/NavbarLayout.tsx index 2f862f7..5301911 100644 --- a/web/src/layouts/NavbarLayout/NavbarLayout.tsx +++ b/web/src/layouts/NavbarLayout/NavbarLayout.tsx @@ -79,7 +79,7 @@ const NavbarLayout = ({ children }: NavbarLayoutProps) => { <>
-
+
-
+