We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef44cd commit 1e5ff8fCopy full SHA for 1e5ff8f
assets/img/cleaning_services.svg
assets/img/menu.svg
index.html
@@ -43,8 +43,11 @@
43
background-color: #333;
44
color: white;
45
}
46
- button.clear {
+ header>button {
47
position: absolute;
48
+ padding: 12px;
49
+ }
50
+ button.clear {
51
right: 0;
52
height: 100%;
53
font-size: 16px;
@@ -240,7 +243,12 @@
240
243
},
241
244
className: "clear",
242
245
- "Clear"
246
+ React.createElement("img", {
247
+ src: "/assets/img/cleaning_services.svg",
248
+ width: "24",
249
+ height: "24",
250
+ alt: "Clear",
251
+ })
252
),
253
]),
254
0 commit comments