From 4f4132209c2e927ec255fa454e46fb8986367896 Mon Sep 17 00:00:00 2001 From: sky-ash <5kyl3r@proton.me> Date: Mon, 4 Nov 2024 02:16:22 +0100 Subject: [PATCH] path: settings fab outside bar --- src/components/Navigation.jsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index 5369ec2..7dc24cc 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -37,13 +37,25 @@ export default function Navigation() { ); } else if (location.pathname === '/path') { return ( + <> + + + + + + - + + {/* + */} @@ -74,6 +87,7 @@ export default function Navigation() { + ); } else if (location.pathname === '/settings' || location.pathname === '/sources') { return (