fix: sidebar setting button

This commit is contained in:
Timothy J. Baek 2023-11-19 18:04:19 -08:00
parent e366d1137f
commit 92f0059bec

View file

@ -579,8 +579,8 @@
{:else}
<button
class=" flex rounded-md py-3 px-3.5 w-full hover:bg-gray-900 transition"
on:click={() => {
openSettings();
on:click={async () => {
await showSettings.set(true);
}}
>
<div class=" self-center mr-3">