Skip to content

Commit 87a45cd

Browse files
committed
fix: add back exit btn (idk when i removed it)
1 parent e0eb79b commit 87a45cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ui.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ export function createUI() {
302302
<img src="${workshop}">
303303
<h1>Wispcraft</h1>
304304
</div>
305+
306+
<div class="side" style="padding-right:1rem;color:rgba(248,250,252,0.8);">
307+
<svg id="close" onclick="document.querySelector('.settings-ui').classList.add('hidden');document.querySelector('.backdrop-blur').classList.add('hidden');" xmlns="http://www.w3.org/2000/svg" width="24" height="24" stroke="currentColor" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-x"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg>
308+
</div>
305309
</div>
306310
307311
<div class="tabs">

0 commit comments

Comments
 (0)