1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 19:44:21 +00:00

🐛 Possibly fix BaseLink not working on appuntiweb?

This commit is contained in:
Steffo 2021-03-23 19:02:20 +01:00
parent 6241c9f6bd
commit da44083033
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -8,6 +8,7 @@ export default function BaseLink({children, className, href, disabled, ...props}
const locationMatch = useRouteMatch({ const locationMatch = useRouteMatch({
path: href, path: href,
strict: true, strict: true,
sensitive: true,
}) })
const activeClassNames = useBluelibClassNames("style-bold", className) const activeClassNames = useBluelibClassNames("style-bold", className)