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

pull/2356/head^2
Peer Richelsen 2022-04-03 13:15:31 +02:00 committed by GitHub
parent 279b4d57f1
commit 9948f9d854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 775 additions and 1587 deletions

@ -1 +1 @@
Subproject commit e6cd2388033a4eacf615fde713891460722380f0
Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce

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",

@ -1 +1 @@
Subproject commit 25e75c810c0d6c2af558e1ced295f009d1ccd1da
Subproject commit afd0fd9f4b4025d897ebfe8046e1c9d946995186

2356
yarn.lock

File diff suppressed because it is too large Load Diff