From 7886f62ee2e074d5ce2b3399a1e5912bb66f7830 Mon Sep 17 00:00:00 2001 From: cedricdcc <30471340+cedricdcc@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:58:54 +0100 Subject: [PATCH] Fix dropdown link in navigation component by removing unnecessary href attribute --- src/components/navigation.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation.jsx b/src/components/navigation.jsx index 94433f9..afb7ac0 100644 --- a/src/components/navigation.jsx +++ b/src/components/navigation.jsx @@ -91,7 +91,7 @@ export const Navigation = (props) => { { props.books.length > 0 ? (
  • -