We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f590dd8 commit f7d15b8Copy full SHA for f7d15b8
1 file changed
src/app/_common/sidebar/customize/customize.hbs
@@ -23,7 +23,7 @@
23
</div>
24
<div class="col-xs-4">
25
<label>
26
- <input class="radio" type="radio" name="sidebarPosition" value="asd">
+ <input class="radio" type="radio" name="sidebarPosition" value="">
27
<span></span>
28
</label>
29
@@ -40,7 +40,7 @@
40
41
42
43
- <input class="radio" type="radio" name="headerPosition" value="asd">
+ <input class="radio" type="radio" name="headerPosition" value="">
44
45
46
@@ -57,7 +57,7 @@
57
58
59
60
- <input class="radio" type="radio" name="footerPosition" value="asd">
+ <input class="radio" type="radio" name="footerPosition" value="">
61
62
63
0 commit comments