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
40 changes: 40 additions & 0 deletions public/icons/msb/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions public/icons/msb/wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/data/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -115545,6 +115545,23 @@
"url": "",
"collection": "brands",
"dateAdded": "2026-05-05"
},
{
"slug": "msb",
Comment on lines +115548 to +115550

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.

P1 The opening brace for the MSB entry is indented with a tab character, while every other entry in the file uses two spaces. This inconsistency will fail any JSON-formatting lint check the project runs and makes the diff harder to read.

Suggested change
},
{
"slug": "msb",
},
{
"slug": "msb",

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!

"title": "Vietnam Maritime Commercial Joint Stock Bank",
"aliases": [],
"hex": "9E0B0F",
"categories": [
"Finance"
],
"variants": {
"default": "/icons/msb/default.svg",
"wordmark": "/icons/msb/wordmark.svg"
},
"license": "CC0-1.0",
"url": "https://www.msb.com.vn/",
"collection": "brands",
"dateAdded": "2026-05-28"
},
{
"slug": "msdos",
Expand Down
Loading