catalog: tweak index page subtitle

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-27 12:25:28 +02:00
parent 8b43d5f8a2
commit f2a5ed93b6
@@ -29,7 +29,7 @@ const CatalogLayout = ({ children }: Props) => {
<Page themeId="home">
<Header
title={`${orgName} Catalog`}
subtitle={`Index of software components in ${orgName}`}
subtitle={`Catalog of software components at ${orgName}`}
pageTitleOverride="Home"
/>
{children}