aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/root.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/root.tsx')
-rw-r--r--frontend/app/root.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx
index 58a06dd..57f1a10 100644
--- a/frontend/app/root.tsx
+++ b/frontend/app/root.tsx
@@ -8,9 +8,9 @@ import {
} from "@remix-run/react";
import "./tailwind.css";
-export const links: LinksFunction = () => {
- return [{ rel: "icon", href: "/favicon.svg" }];
-};
+export const links: LinksFunction = () => [
+ { rel: "icon", href: "/favicon.svg" },
+];
export function Layout({ children }: { children: React.ReactNode }) {
return (