Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
update Link component to pass build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvindParekh committed Nov 26, 2023
1 parent f156fc0 commit 1c53419
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/navbar/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ export default function SideNav({ navigation }) {
"text-secondary-medium dark:!text-secondary-medium font-semibold",
"block hover:font-semibold hover:text-secondary-medium dark:hover:text-secondary-medium rounded-md my-[6px] py-[6px] pr-2 pl-4 text-sm leading-6 text-primary-high dark:text-primary-low-medium duration-200",
)}
children={subItem.name}
/>
>
{subItem.name}
</Link>
</li>
))}
</Disclosure.Panel>
Expand Down

0 comments on commit 1c53419

Please sign in to comment.