pull/6824/head
Peer Richelsen 2023-01-31 23:33:20 +01:00
parent cebb10bfe4
commit ed4b31767f
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ export function ShellMain(props: LayoutProps) {
{!isLocaleReady ? <SkeletonText invisible /> : props.heading}
</h1>
)}
{props.subtitle && (
{props.subtitle && (
<p className="hidden text-sm text-gray-500 sm:block">
{!isLocaleReady ? <SkeletonText invisible /> : props.subtitle}
</p>