show event-type headline even if description is empty (#2359)
This commit is contained in:
2
apps/api
2
apps/api
Submodule apps/api updated: e6cd238803...378cbf8f3a
@@ -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",
|
||||
|
||||
Submodule apps/website updated: 25e75c810c...afd0fd9f4b
Reference in New Issue
Block a user