_includes/section/home.html in word-games-theme-1.4.9 vs _includes/section/home.html in word-games-theme-1.5.0
- old
+ new
@@ -36,12 +36,12 @@
background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach">
<div class="dictonaryDropdown">
<select class="form-select select_dropDown2" name="dictionary"
aria-label="Default select example">
- <option selected value="Dictionary">Dictionary</option>
+ <option value="Dictionary">Dictionary</option>
<option value="twl06">TWL06 (US, Canada, Thailand)</option>
- <option value="sowpods">SOWPODS (Uk and Others)</option>
+ <option selected value="sowpods">SOWPODS (Uk and Others)</option>
<option value="wwf">Enable (Words With Friends)</option>
</select>
</div>
<div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
\ No newline at end of file