Skip to content

Commit

Permalink
Fix article title warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Sep 11, 2023
1 parent 6da70b3 commit bec2f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pages/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function ArticlePage({ title, description }: ArticleProps) {
<>

<Head>
<title>Транспорт Екатеринбурга — {title}</title>
<title>{`Транспорт Екатеринбурга — ${title}`}</title>
</Head>

<Article title={title} description={description} />
Expand Down

0 comments on commit bec2f24

Please sign in to comment.