chore(release): 🚀 v5.0.20

This commit is contained in:
Amruth Pillai
2026-04-27 15:21:07 +02:00
parent 5a88ac12bf
commit 8f6c65b7fd
2 changed files with 17 additions and 6 deletions
@@ -21,7 +21,9 @@ export function PageSection<T extends SectionType>({ type, className, children }
return (
<section className={cn(`page-section page-section-${type}`, className)}>
<h6 className="mb-1.5 text-(--page-primary-color)">{section.title || getSectionTitle(type)}</h6>
<h6 className="mb-1.5 text-(--page-primary-color) print:break-after-avoid">
{section.title || getSectionTitle(type)}
</h6>
<div
className="section-content grid gap-x-(--page-gap-x) gap-y-(--page-gap-y)"