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
7 changes: 7 additions & 0 deletions public/icons/prosus/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/icons/prosus/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 @@ -88377,6 +88377,23 @@
"url": "https://www.prosieben.de",
"dateAdded": "2026-03-07",
"collection": "brands"
},
{
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 Mixed indentation: tab instead of spaces

The opening brace on this line is indented with a tab character while every other top-level entry in the file uses two spaces. This makes the prosus object the only tab-indented block in the array and will show up as a diff noise in any subsequent edit to this file. All surrounding entries (e.g. prosieben, proteus) use two-space indentation consistently.

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": "prosus",
"title": "Prosus",
"aliases": [],
"hex": "0332AF",
"categories": [
"Advertising"
],
"variants": {
"default": "/icons/prosus/default.svg",
"wordmark": "/icons/prosus/wordmark.svg"
},
"license": "CC0-1.0",
"url": "https://www.prosus.com",
"dateAdded": "2026-05-30",
"collection": "brands"
},
{
"slug": "proteus",
Expand Down
Loading