Dependency updates and small fixes

This commit is contained in:
Djuri 2024-11-29 00:10:33 +01:00
parent 51cce2ee9f
commit 00af5f6521
8 changed files with 32 additions and 51 deletions

View file

@ -39,7 +39,7 @@
});
</script>
<Dropdown inNavbar class="ms-3">
<Dropdown inNavbar>
<DropdownToggle nav caret>
{theme === 'auto' ? '🌗' : theme === 'dark' ? '🌙' : '☀️'}
</DropdownToggle>