Skip to content

Commit

Permalink
Subtitle for the Docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbykolev committed Dec 23, 2024
1 parent 18908f6 commit 021ea69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/core/i18n/en/translation.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,8 @@
"back": "See all discussions"
},
"documentation": {
"title": "Documentation"
"title": "Documentation",
"subtitle": "Platform Manual & Support"
}
},
"operations": {
Expand Down
4 changes: 3 additions & 1 deletion src/domain/documentation/DocumentationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ const DocumentationPage = () => {

return (
<TopLevelLayout
header={<TopLevelPageBanner title={t('pages.documentation.title')} subtitle="&nbsp;" />}
header={
<TopLevelPageBanner title={t('pages.documentation.title')} subtitle={t('pages.documentation.subtitle')} />
}
breadcrumbs={<TopLevelPageBreadcrumbs />}
>
<PageContent>
Expand Down

0 comments on commit 021ea69

Please sign in to comment.