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

fix: sidebar setting button

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