Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoaerobr authored Nov 14, 2024
1 parent 35332e5 commit 5cd9b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sitemap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SiteMapPage: Page<Props> = ({ sections }) => {

const documentationTitleTranslated: { [key: string]: string } = {
'Start here': intl.formatMessage({ id: 'documentation_start_here.title' }),
Tutorials: intl.formatMessage({
'Tutorials': intl.formatMessage({
id: 'documentation_tutorials.title',
}),
}
Expand Down

0 comments on commit 5cd9b27

Please sign in to comment.