Skip to content

Commit 95c0dab

Browse files
committed
docs
1 parent 597b6b3 commit 95c0dab

File tree

3 files changed

+1118
-1
lines changed

3 files changed

+1118
-1
lines changed

TextHub/Components/Layout/UINavBar.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</div>
2525
}
2626
</div>
27+
<NavLink class="nav-link" href="documentation">Docs</NavLink>
2728
<button @onclick="ToggleTheme" class="p-2 rounded-lg hover:bg-muted transition-colors" aria-label="Toggle dark mode">
2829
@if (_isDarkMode)
2930
{
@@ -59,6 +60,7 @@
5960
<div class="md:hidden mt-4">
6061
<a href="" class="block py-2 text-lg nav-link">Home</a>
6162
<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>
6264
</div>
6365
}
6466
</div>

0 commit comments

Comments
 (0)