Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove stray space
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 5e7779a commit ee68c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Expand Up @@ -78,7 +78,7 @@ export const links: LinksFunction = () => {
return [
{ href: "/favicon.ico", rel: "icon" },
{ href: "/files/logo192.png", rel: "apple-touch-icon", type: "image/png" },
{ href: fontStyle, rel: "stylesheet " },
{ href: fontStyle, rel: "stylesheet" },
{ href: globalStyles, rel: "stylesheet" },
];
};
Expand Down

0 comments on commit ee68c1b

Please sign in to comment.