Skip to content

Commit

Permalink
Update custom-icons.json (#979)
Browse files Browse the repository at this point in the history
## Description

After this commit #430 those 6 icons
I tried to add do not shows the icon or default letter, but icon is
filled with hexcolor, so I guess hexcolor is not needed.
  • Loading branch information
vishnukvmd authored Mar 11, 2024
2 parents f759ce0 + c7a4507 commit 72aa597
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions auth/assets/custom-icons/_data/custom-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
{
"title": "BorgBase",
"altNames": ["borg"],
"slug": "BorgBase",
"hex": "222C31"
"slug": "BorgBase"
},
{
"title": "Brave Creators",
Expand Down Expand Up @@ -109,8 +108,7 @@
{
"title": "Gosuslugi",
"altNames": ["Госуслуги"],
"slug": "Gosuslugi",
"hex": "EE2F53"
"slug": "Gosuslugi"
},
{
"title": "Healthchecks.io",
Expand All @@ -127,13 +125,11 @@
},
{
"title": "IVPN",
"slug": "IVPN",
"hex": "FA3243"
"slug": "IVPN"
},
{
"title": "IceDrive",
"slug": "Icedrive",
"hex": "1F4FD0"
"slug": "Icedrive"
},
{
"title": "Jagex",
Expand All @@ -154,8 +150,7 @@
"title": "Kite"
},
{
"title": "Koofr",
"hex": "71BA05"
"title": "Koofr"
},
{
"title": "Kraken",
Expand Down Expand Up @@ -184,8 +179,7 @@
{
"title": "Murena",
"altNames": ["eCloud"],
"slug": "ecloud",
"hex": "EC6A55"
"slug": "ecloud"
},
{
"title": "Microsoft"
Expand Down Expand Up @@ -230,8 +224,7 @@
},
{
"title": "pCloud",
"slug": "pCloud",
"hex": "1EBCC5"
"slug": "pCloud"
},
{
"title": "Peerberry",
Expand Down Expand Up @@ -371,8 +364,7 @@
{
"title": "Yandex",
"altNames": ["Ya", "Яндекс"],
"slug": "Yandex",
"hex": "FC3F1D"
"slug": "Yandex"
}
]
}

0 comments on commit 72aa597

Please sign in to comment.