show event-type headline even if description is empty (#2359)

This commit is contained in:
Peer Richelsen
2022-04-03 13:15:31 +02:00
committed by GitHub
parent 279b4d57f1
commit 9948f9d854
4 changed files with 775 additions and 1587 deletions

View File

@@ -350,7 +350,7 @@ export default function Shell(props: {
</Button>
</div>
)}
{props.heading && props.subtitle && (
{props.heading && (
<div
className={classNames(
props.large && "bg-gray-100 py-8 lg:mb-8 lg:pt-16 lg:pb-7",

2356
yarn.lock

File diff suppressed because it is too large Load Diff