aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/app/root.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx
index 7d08061..5ecab0a 100644
--- a/frontend/app/root.tsx
+++ b/frontend/app/root.tsx
@@ -9,7 +9,7 @@ import { BASE_PATH } from "./config";
config.autoAddCss = false;
export const links: LinksFunction = () => [
- { rel: "icon", href: `${BASE_PATH}code-battle/favicon.svg` },
+ { rel: "icon", href: `${BASE_PATH}favicon.svg` },
];
export function Layout({ children }: { children: React.ReactNode }) {