Skip to content

Commit

Permalink
chore(frontend): move asset to dedicated folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 25, 2024
1 parent b1081ec commit 0326b68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const links: LinksFunction = () => {
rel: "icon",
type: "image/png",
sizes: "16x16",
href: "/favicon-16x16.png",
href: "https://raw.githubusercontent.com/IgnisDa/ryot/main/libs/assets/favicon-16x16.png",
},
{
rel: "icon",
Expand Down
File renamed without changes

0 comments on commit 0326b68

Please sign in to comment.