Skip to content

Commit 1e5ff8f

Browse files
committed
Add icons
1 parent 5ef44cd commit 1e5ff8f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

assets/img/cleaning_services.svg

+1
Loading

assets/img/menu.svg

+1
Loading

index.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343
background-color: #333;
4444
color: white;
4545
}
46-
button.clear {
46+
header>button {
4747
position: absolute;
48+
padding: 12px;
49+
}
50+
button.clear {
4851
right: 0;
4952
height: 100%;
5053
font-size: 16px;
@@ -240,7 +243,12 @@
240243
},
241244
className: "clear",
242245
},
243-
"Clear"
246+
React.createElement("img", {
247+
src: "/assets/img/cleaning_services.svg",
248+
width: "24",
249+
height: "24",
250+
alt: "Clear",
251+
})
244252
),
245253
]),
246254

0 commit comments

Comments
 (0)