Skip to content

Commit

Permalink
Update Project page's GitHub icon to icon-github.svg (#6973)
Browse files Browse the repository at this point in the history
  • Loading branch information
ha-bach authored Jun 13, 2024
1 parent dcced49 commit 7cc396a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 79 deletions.
2 changes: 1 addition & 1 deletion _includes/resource-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!--Where the images will be-->
<div {% if image %} class='resource-img resource-img-provided' {% else %} role="img" aria-label="{{name}}" class='resource-img' {% endif %}>
{% if lowercaseName == 'github' %}
{% include svg/icon-github-color.svg %}
{% include svg/icon-github.svg %}
{% elsif lowercaseName == 'slack' %}
{% include svg/icon-slack.svg %}
{% elsif name == 'Getting Started' %}
Expand Down
78 changes: 0 additions & 78 deletions _includes/svg/icon-github-color.svg

This file was deleted.

5 changes: 5 additions & 0 deletions _sass/components/_project-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,11 @@
}
}

.resource-img svg {
width: 101px;
height: 101px;
}

.resource-img-provided {
padding: 5px;
}
Expand Down

0 comments on commit 7cc396a

Please sign in to comment.