Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Apr 19, 2024
1 parent 112c03b commit db9d4ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const links: LinksFunction = () => {
},
{ rel: 'apple-touch-icon', href: '/favicons/apple-touch-icon.png' },
{ rel: 'manifest', href: '/site.webmanifest' },
{ rel: 'icon', type: 'image/svg+xml', href: '/favicons/favicon.svg' },
{ rel: 'icon', type: 'image/svg+xml', href: '/favicons/favicon2.svg' },
{ rel: 'stylesheet', href: fontStylestylesheetUrl },
{ rel: 'stylesheet', href: tailwindStylesheetUrl },
cssBundleHref ? { rel: 'stylesheet', href: cssBundleHref } : null,
Expand Down
Binary file added public/favicon2.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions public/favicons/favicon2.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 db9d4ec

Please sign in to comment.