mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
Upgrade .NET version to 10.0, update header to reomve an error, switched to local dev setup
This commit is contained in:
@@ -14,7 +14,9 @@ export function BarkHeader() {
|
||||
const [opened, { toggle }] = useDisclosure(false);
|
||||
|
||||
const items = links.map((link) => (
|
||||
<NavLink className = {({ isActive }) =>
|
||||
<NavLink
|
||||
key={link.label}
|
||||
className = {({ isActive }) =>
|
||||
classes.link + ' ' + (isActive ? classes.active : '')} to={link.link} >
|
||||
{link.label}
|
||||
</NavLink>
|
||||
|
||||
Reference in New Issue
Block a user