Commit 92f0059b authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: sidebar setting button

parent e366d113
......@@ -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">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment