From da440830335acc5b0975ad5f44d3f47e0effb45f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 23 Mar 2021 19:02:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Possibly=20fix=20BaseLink=20not?= =?UTF-8?q?=20working=20on=20appuntiweb=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BaseLink/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/BaseLink/index.js b/src/components/BaseLink/index.js index a6f9751..7f35cc7 100644 --- a/src/components/BaseLink/index.js +++ b/src/components/BaseLink/index.js @@ -8,6 +8,7 @@ export default function BaseLink({children, className, href, disabled, ...props} const locationMatch = useRouteMatch({ path: href, strict: true, + sensitive: true, }) const activeClassNames = useBluelibClassNames("style-bold", className)