_includes/section/home.html in word-games-theme-1.5.1 vs _includes/section/home.html in word-games-theme-1.5.2

- old
+ new

@@ -1,12 +1,10 @@ {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign dataToShow = site.data.[page.folderName][lang][file] %} - {%- assign CustomColor = site.data.theme.colors -%} -<!-- starting landingPage --> <div class="pageHeaderBg"> <div class="container"> <div class="pageHeading text-center" style="margin:22px 0px"> <h1 class="heading pb-0 mb-3"> {{dataToShow.h1}}</h1> @@ -30,12 +28,12 @@ <div class="letter-close-button"> <i class="ltr-cls-btn bi bi-x-circle-fill"></i> </div> </div> - <input value="" style="border-radius: {{CustomColor.inputFieldBorder}}; - background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" id="serach"> + <input style="background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn" + id="serach" value=""> <div class="dictonaryDropdown"> <select class="form-select select_dropDown2" name="dictionary" aria-label="Default select example"> <option value="Dictionary">Dictionary</option> @@ -52,11 +50,11 @@ </div> </div> <div id="fillterWrapper" class="fillterWrapper"> <div class="text-right times" style="cursor: pointer"> - <img src="/assets/images/window-close.png" alt="" width="15px"> - + <img loading="lazy" src="/assets/images/window-close.png" alt="window-close-icon" + height="12px" width="12px"> </div> <div class="startsWith"> <label data-toggle="tooltip" data-placement="top" title="Filter for words that starts with these letters" for="startsWith">Starts With</label> \ No newline at end of file