This commit is contained in:
Peer Richelsen
2023-01-31 23:33:20 +01:00
parent cebb10bfe4
commit ed4b31767f
+1 -1
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>