Skip to content

Commit 81252fe

Browse files
authored
Update AppHeader.js
fix: activeClassName prop does not exists anymore
1 parent c4193b6 commit 81252fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const AppHeader = () => {
3636
</CHeaderBrand>
3737
<CHeaderNav className="d-none d-md-flex me-auto">
3838
<CNavItem>
39-
<CNavLink to="/dashboard" component={NavLink} activeclassname="active">
39+
<CNavLink to="/dashboard" component={NavLink}>
4040
Dashboard
4141
</CNavLink>
4242
</CNavItem>

0 commit comments

Comments
 (0)