This commit is contained in:
Aarni Halinen
2021-06-15 23:04:09 +03:00
parent 0b9d58faa2
commit 35027e5b1b
+1 -1
View File
@@ -44,7 +44,7 @@ const IndexUL = styled.ul`
padding: 0;
list-style: none;
li:before {
li::before {
content: attr(data-icon);
margin-right: 4px;
}