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.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx
index c05020c..e47d794 100644
--- a/frontend/app/root.tsx
+++ b/frontend/app/root.tsx
@@ -13,7 +13,7 @@ import "./tailwind.css";
config.autoAddCss = false;
export const links: LinksFunction = () => [
- { rel: "icon", href: "/iosdc-japan/2024/code-battle/favicon.svg" },
+ { rel: "icon", href: "/phperkaigi/2025/code-battle/favicon.svg" },
];
export function Layout({ children }: { children: React.ReactNode }) {