Skip to content

Commit

Permalink
fix: ThemeToggler for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Dec 30, 2024
1 parent d32ca8f commit 8505303
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</li>

<AccessControl CurrentUri="@currentUri"></AccessControl>
<li class="nav-item d-flex align-items-center justify-content-center"><ThemeToggler Class="nav-link"></ThemeToggler></li>
<li class="nav-item d-flex align-items-center"><ThemeToggler Class="nav-link"></ThemeToggler></li>
<li class="d-flex">
<SearchInput SearchEntered="NavigateToSearchPage"></SearchInput>
</li>
Expand Down

0 comments on commit 8505303

Please sign in to comment.