Skip to content

Commit

Permalink
Change favicon from png to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
harehare committed Jul 13, 2020
1 parent 79e6dbd commit 2988dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file removed web/src/assets/images/favicon.png
Binary file not shown.
3 changes: 2 additions & 1 deletion web/src/assets/images/logo.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 web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel=”preconnect” href=”https://fonts.googleapis.com” crossorigin>
<link rel=”preconnect” href=”https://storage.googleapis.com”
crossorigin>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/images/logo.svg" />
<link rel="manifest" href="/manifest.json" />
<title>TextUSM</title>
<link
Expand Down

0 comments on commit 2988dc8

Please sign in to comment.