Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix: ensure ids are unique
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 18, 2020
1 parent 4dfe385 commit 834a1b6
Show file tree
Hide file tree
Showing 92 changed files with 167 additions and 163 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -862,17 +862,17 @@
},
{
"name": "file",
"category": "Navigation",
"category": "File",
"size": "small"
},
{
"name": "file_zip",
"category": "Navigation",
"category": "File",
"size": "small"
},
{
"name": "folder",
"category": "Navigation",
"category": "File",
"size": "small"
},
{
Expand Down
8 changes: 8 additions & 0 deletions svgo.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
"convertColors": {
"currentColor": "#212933"
}
},
{
"removeViewBox": false
},
{
"prefixIds": {
"prefixIds": true
}
}
]
}
2 changes: 1 addition & 1 deletion web/add_item_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/add_person_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/american_express_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions web/apple_pay_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/archive_large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 834a1b6

Please sign in to comment.