Skip to content

Commit

Permalink
data-enhance-nav="false" for /questions/ask
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 30, 2024
1 parent bcd1028 commit 76d74ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/Header.razor
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</form>
</li>
<li class="relative flex flex-wrap just-fu-start m-0">
<NavLink href="questions/ask" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Ask</NavLink>
<NavLink data-enhance-nav="false" href="questions/ask" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Ask</NavLink>
</li>
<li class="relative flex flex-wrap just-fu-start m-0">
<NavLink href="questions" class="p-4 flex items-center justify-start mw-full hover:text-sky-500 dark:hover:text-sky-400" ActiveClass="text-blue-700 dark:text-blue-300">Questions</NavLink>
Expand Down

0 comments on commit 76d74ef

Please sign in to comment.