Skip to content

Commit

Permalink
fix(projects): use chromewebstore icon instead of googlechrome fo…
Browse files Browse the repository at this point in the history
…r chrome extensions
  • Loading branch information
uncenter committed Jul 19, 2024
1 parent 60646f5 commit dc6276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/projectslist.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{%- elif project.live.startsWith("https://npmjs.com") or project.live.startsWith("https://www.npmjs.com") -%}
{%- set liveIcon = 'si:npm' -%}
{% elif project.live.startsWith("https://chrome.google.com/webstore") or project.live.startsWith("https://chromewebstore.google.com") %}
{%- set liveIcon = 'si:googlechrome' -%}
{%- set liveIcon = 'si:chromewebstore' -%}
{%- else -%}
{%- set liveIcon = 'lucide:globe' -%}
{%- endif -%}
Expand Down

0 comments on commit dc6276f

Please sign in to comment.