Skip to content

Commit

Permalink
fix: logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
SidonieBouthors committed Sep 4, 2024
1 parent 5ea9db5 commit 7813596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function Home({ username }: { username: string }) {
</Head>
<main>
<div className="topbar">
<img className="logo" src="clic.svg" />
<img className="logo" src="s4s/clic.svg" />
<h1>Workshop Jeu de Dames</h1>
<div className="toolbar">
<button
Expand Down

0 comments on commit 7813596

Please sign in to comment.