diff --git a/components/Section/Header/index.tsx b/components/Section/Header/index.tsx index 94e9829fe..3bc5b6f01 100644 --- a/components/Section/Header/index.tsx +++ b/components/Section/Header/index.tsx @@ -14,7 +14,7 @@ export default function SectionHeader({ topTitle = false, textTransform, }: HeaderProps) { - if (!title || !preamble || !link) { + if (!title && !preamble && !link) { return null }