Skip to content

Commit

Permalink
Use new favicon (#3724)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Feb 1, 2024
1 parent 4e964f1 commit 6930cab
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 17 deletions.
4 changes: 4 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if (process.env.NODE_ENV === "production") {

const favicons = [
// SVG favicon
{
rel: "icon",
href: "/favicon.ico",
},
{
rel: "icon",
href: "/openverse-logo.svg",
Expand Down
Binary file modified frontend/src/static/favicon.ico
Binary file not shown.
28 changes: 28 additions & 0 deletions frontend/src/static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/src/static/openverse-logo-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 27 additions & 17 deletions frontend/src/static/openverse-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6930cab

Please sign in to comment.