From ee68c1b13d3ef1c3d2127efeaa1da3af742f2d80 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:35 -0400 Subject: [PATCH] Remove stray space --- app/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/root.tsx b/app/root.tsx index c9290aa..738a303 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -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" }, ]; };