Skip to content

Commit

Permalink
refactor: remove duplicate Scala color configuration from tags-color …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
JeelRajodiya committed Jan 7, 2025
1 parent 6f38f01 commit 0ffcba4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/tools/tags-color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ const languagesColor: LanguageColorItem[] = [
color: 'bg-[#B1ACDF]',
borderColor: 'border-[#756BD9]'
},
{
name: 'Scala',
color: 'bg-[#FFA299]',
borderColor: 'border-[#DF301F]'
},
{
name: 'Markdown',
color: 'bg-[#BABEBF]',
Expand Down

0 comments on commit 0ffcba4

Please sign in to comment.