Skip to content

Commit ffb1a94

Browse files
committed
set DrawingPage title
1 parent d3fe52d commit ffb1a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/components/DrawingPage/DrawingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const DrawingPage: React.FC<{ drawing: Drawing, year: number }> = ({ draw
3737
}
3838

3939
return (
40-
<PageLayout title={`explodingdog ${year}`} showHeader={false} showFooter={false}>
40+
<PageLayout title={drawing.title} showHeader={false} showFooter={false}>
4141
<Div100vh>
4242
<Container onKeyDown={onKeyDown} tabIndex={-1}>
4343
<Title>{drawing.title}</Title>

0 commit comments

Comments
 (0)