diff --git a/app/components/header.tsx b/app/components/header.tsx index fc0b3959..40ef3225 100644 --- a/app/components/header.tsx +++ b/app/components/header.tsx @@ -131,14 +131,17 @@ function GameSettings({ game, url }: { game: Game; url: string }) { {game.title} - - by {game.author} + + {game.author} · {game.copyright} {game.note && (

{game.note}

)} + + {game.boards.length} round{game.boards.length === 1 ? "" : "s"} +