Remove stray space

This commit is contained in:
regalijan 2023-10-19 16:49:35 -04:00
parent 5e7779a08d
commit ee68c1b13d
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -78,7 +78,7 @@ export const links: LinksFunction = () => {
return [ return [
{ href: "/favicon.ico", rel: "icon" }, { href: "/favicon.ico", rel: "icon" },
{ href: "/files/logo192.png", rel: "apple-touch-icon", type: "image/png" }, { href: "/files/logo192.png", rel: "apple-touch-icon", type: "image/png" },
{ href: fontStyle, rel: "stylesheet " }, { href: fontStyle, rel: "stylesheet" },
{ href: globalStyles, rel: "stylesheet" }, { href: globalStyles, rel: "stylesheet" },
]; ];
}; };