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
5 changes: 5 additions & 0 deletions config/all-tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
"color": "bg-[#61d0f2]",
"borderColor": "border-[#40ccf7]"
},
{
"name": "HTML",
"color": "bg-[#61d0f2]",
"borderColor": "border-[#40ccf7]"
},
Comment on lines +310 to +314
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Duplicate HTML entry with generic styling in technologies array.

A new HTML entry is added to the technologies array using generic blue colors (#61d0f2, #40ccf7) that are shared with ~50+ other technology entries. However, the existing HTML entry in the languages array uses distinct orange colors (#E2A291, #E44D26). Additionally, lines 301–309 already contain two other HTML entries in technologies, creating duplication.

This appears to be unintentional data duplication or a bulk placeholder update. Please verify:

  • Whether HTML should appear as a technology (distinct from the language-level HTML tag)
  • Whether the generic blue color is intentional or if a semantic color should be chosen
  • Whether the duplicate HTML entries should be deduplicated

{
"name": "Watermill",
"color": "bg-[#61d0f2]",
Expand Down
Loading