Skip to content

Commit

Permalink
Merge pull request #130 from takenet/feature/add-new-illustrations
Browse files Browse the repository at this point in the history
feat(illustrations): added broken and not found image
  • Loading branch information
WillianLomeu authored Jan 29, 2024
2 parents ce451cc + bbcb217 commit 1152973
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions assets/illustrations/empty-states/broken-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/illustrations/empty-states/image-not-found.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions properties/assets/illustrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1595,6 +1595,11 @@
"value": "assets/illustrations/empty-states/box.svg"
}
},
"empty-states_broken-image": {
"svg": {
"value": "assets/illustrations/empty-states/broken-image.svg"
}
},
"empty-states_clock": {
"svg": {
"value": "assets/illustrations/empty-states/clock.svg"
Expand All @@ -1610,6 +1615,11 @@
"value": "assets/illustrations/empty-states/glad.svg"
}
},
"empty-states_image-not-found": {
"svg": {
"value": "assets/illustrations/empty-states/image-not-found.svg"
}
},
"empty-states_letter-search-question": {
"svg": {
"value": "assets/illustrations/empty-states/letter-search-question.svg"
Expand Down

0 comments on commit 1152973

Please sign in to comment.