Skip to content

Commit

Permalink
Replace download icon with SVG.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Mar 28, 2024
1 parent 20340a7 commit 05b37d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file removed images/home/guac-download.png
Binary file not shown.
1 change: 1 addition & 0 deletions images/home/guac-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion styles/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ body.home .fullwidth-content:before {
.latest-release:before {
display: inline-block;
content: ' ';
background: url('/images/home/guac-download.png');
background: url('/images/home/guac-download.svg');
background-repeat: no-repeat;
background-size: contain;
width: 32px;
Expand Down

0 comments on commit 05b37d6

Please sign in to comment.