Skip to content

Commit a89dffb

Browse files
Add sample for missing icon
1 parent cfb4d41 commit a89dffb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sample.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,13 @@
170170
"icon": "./vendor/fortawesome/font-awesome/svgs/solid/bug.svg",
171171
"stat": true,
172172
"misc": ""
173+
},
174+
"missing_icon": {
175+
"name": "Missing icon",
176+
"href": "https://httpstat.us/200",
177+
"icon": "",
178+
"stat": true,
179+
"misc": "No icon defined, so fallback to user icon"
173180
}
174181
}
175182
}

0 commit comments

Comments
 (0)