Delete bad merge artifact

This commit is contained in:
Austin 2023-03-20 00:54:44 +00:00
parent 82b033b1bb
commit e12b3bad56

View File

@ -302,7 +302,6 @@ impl App {
if let Some((user_id, _)) = &self.user_info {
html! {
<div class="dropdown text-end">
<input class="form-check-input" onclick={Callback::from(move |_| toggleDarkMode(true))} type="checkbox" id="darkModeToggle"/>
<a href="#"
class="d-block text-body text-decoration-none dropdown-toggle"
id="dropdownUser"