We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe52d commit ffb1a94Copy full SHA for ffb1a94
explorer/components/DrawingPage/DrawingPage.tsx
@@ -37,7 +37,7 @@ export const DrawingPage: React.FC<{ drawing: Drawing, year: number }> = ({ draw
37
}
38
39
return (
40
- <PageLayout title={`explodingdog ${year}`} showHeader={false} showFooter={false}>
+ <PageLayout title={drawing.title} showHeader={false} showFooter={false}>
41
<Div100vh>
42
<Container onKeyDown={onKeyDown} tabIndex={-1}>
43
<Title>{drawing.title}</Title>
0 commit comments