From 740eb3d474bbf75eca4631d1d92ba8433b71cccf Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Tue, 16 Jan 2024 16:14:55 +0100 Subject: [PATCH] fix home button in home --- front/views/template/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/views/template/Header.tsx b/front/views/template/Header.tsx index 4bbd538..5c8cbcd 100644 --- a/front/views/template/Header.tsx +++ b/front/views/template/Header.tsx @@ -14,7 +14,7 @@ export function Header({ username }: { username: string }) { id="iqball" className="clickable" onClick={() => { - location.pathname = "/" + location.pathname = BASE + "/" }}> IQ Ball