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 597b6b3 commit 95c0dabCopy full SHA for 95c0dab
TextHub/Components/Layout/UINavBar.razor
@@ -24,6 +24,7 @@
24
</div>
25
}
26
27
+ <NavLink class="nav-link" href="documentation">Docs</NavLink>
28
<button @onclick="ToggleTheme" class="p-2 rounded-lg hover:bg-muted transition-colors" aria-label="Toggle dark mode">
29
@if (_isDarkMode)
30
{
@@ -59,6 +60,7 @@
59
60
<div class="md:hidden mt-4">
61
<a href="" class="block py-2 text-lg nav-link">Home</a>
62
<a href="#tools" class="block py-2 text-lg nav-link">Tools</a>
63
+ <a href="documentation" class="block py-2 text-lg nav-link">Documentation</a>
64
65
66
0 commit comments