Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions public/icons/maybank/default.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: 4 additions & 0 deletions public/icons/maybank/mono.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/icons/maybank/wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -75075,6 +75075,24 @@
"url": "https://www.mpg.de",
"dateAdded": "2026-03-07",
"collection": "brands"
},
{
"slug": "maybank",
"title": "Maybank",
"aliases": [],
"hex": "231F20",
"categories": [
"Finance"
],
"variants": {
"default": "/icons/maybank/default.svg",
"mono": "/icons/maybank/mono.svg",
"wordmark": "/icons/maybank/wordmark.svg"
},
"license": "CC0-1.0",
"url": "https://www.maybank2u.com.my/home/m2u/common/login.do",
"dateAdded": "2026-06-05",
"collection": "brands"
},
Comment on lines +75078 to 75096
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 The opening { on line 75079 uses a tab character for indentation, while every other entry in the file uses 2 spaces. The wordmark key on line 75090 also uses 3 tabs instead of 6 spaces. These mixed tab/space characters break the file's uniform formatting and will likely fail any JSON-lint or formatting checks in CI.

Suggested change
},
{
"slug": "maybank",
"title": "Maybank",
"aliases": [],
"hex": "231F20",
"categories": [
"Finance"
],
"variants": {
"default": "/icons/maybank/default.svg",
"mono": "/icons/maybank/mono.svg",
"wordmark": "/icons/maybank/wordmark.svg"
},
"license": "CC0-1.0",
"url": "https://www.maybank2u.com.my/home/m2u/common/login.do",
"dateAdded": "2026-06-05",
"collection": "brands"
},
},
{
"slug": "maybank",
"title": "Maybank",
"aliases": [],
"hex": "231F20",
"categories": [
"Finance"
],
"variants": {
"default": "/icons/maybank/default.svg",
"mono": "/icons/maybank/mono.svg",
"wordmark": "/icons/maybank/wordmark.svg"
},
"license": "CC0-1.0",
"url": "https://www.maybank2u.com.my/home/m2u/common/login.do",
"dateAdded": "2026-06-05",
"collection": "brands"
},

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

{
"slug": "mayo-clinic",
Expand Down
Loading