fix home button in home
continuous-integration/drone/push Build is passing Details

pull/96/head
maxime.batista 1 year ago
parent ae3f14c663
commit 740eb3d474

@ -14,7 +14,7 @@ export function Header({ username }: { username: string }) {
id="iqball" id="iqball"
className="clickable" className="clickable"
onClick={() => { onClick={() => {
location.pathname = "/" location.pathname = BASE + "/"
}}> }}>
<span id="IQ">IQ</span> <span id="IQ">IQ</span>
<span id="Ball">Ball</span> <span id="Ball">Ball</span>

Loading…
Cancel
Save