We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd78d commit 79f30dbCopy full SHA for 79f30db
src/app/(root)/layout.tsx
@@ -28,6 +28,7 @@ const Layout = (props: { children: React.ReactNode }) => {
28
<li>
29
<ActiveLink
30
href="/portfolio"
31
+ allowSubPath
32
activeClassName="text-blue-400 border-b-2 border-blue-400 hover:text-blue-400"
33
className="text-gray-700 hover:text-gray-900"
34
>
0 commit comments