mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🐛 Possibly fix BaseLink not working on appuntiweb?
This commit is contained in:
parent
6241c9f6bd
commit
da44083033
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue