fix: missing closing > on appearance div tag
This commit is contained in:
parent
b2f0c446b1
commit
c094983814
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="appearance" onclick={handleClick} onkeydown={handleKey}
|
<div class="appearance" onclick={handleClick} onkeydown={handleKey}>
|
||||||
<h3>Theme</h3>
|
<h3>Theme</h3>
|
||||||
<div class="field" id="setting-theme">
|
<div class="field" id="setting-theme">
|
||||||
<div class="custom-dropdown">
|
<div class="custom-dropdown">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue