Skip to content

Commit

Permalink
Change to use Blazor <DarkModeToggleLite /> component
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 9, 2023
1 parent bfc48a6 commit 50d8547
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 @@ -78,7 +78,7 @@
</AuthorizeView>

<li class="relative flex flex-wrap just-fu-start m-0">
<div data-component="DarkModeToggle" class="w-12"></div>
<DarkModeToggleLite />
</li>

</ul>
Expand Down

0 comments on commit 50d8547

Please sign in to comment.