diff --git a/images/home/guac-download.png b/images/home/guac-download.png deleted file mode 100644 index e2b39915e..000000000 Binary files a/images/home/guac-download.png and /dev/null differ diff --git a/images/home/guac-download.svg b/images/home/guac-download.svg new file mode 100644 index 000000000..462aec0d6 --- /dev/null +++ b/images/home/guac-download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/_home.scss b/styles/_home.scss index 43e6265e1..8fd2a9941 100644 --- a/styles/_home.scss +++ b/styles/_home.scss @@ -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;