Skip to content

Commit

Permalink
fix: white background favicon on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-jayson committed Dec 4, 2024
1 parent ef7d2ae commit 19c9615
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const metadata: Metadata = {
rel: "apple-touch-icon",
type: "image/png",
sizes: "180x180",
url: "/favicon.png",
url: "/apple-touch-icon.png",
},
],
title: {
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/icon.png
Binary file not shown.

1 comment on commit 19c9615

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for mlbb-fyi ready!

✅ Preview
https://mlbb-rm2e8mav1-jinjays.vercel.app

Built with commit 19c9615.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.