aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/website/ts/@next/pages/why.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx
index 4d5e46361..73195f31c 100644
--- a/packages/website/ts/@next/pages/why.tsx
+++ b/packages/website/ts/@next/pages/why.tsx
@@ -253,9 +253,12 @@ const SectionWrap =
}
`;
+interface SectionTitleProps {
+ isNoBorder?: boolean;
+}
const SectionTitle =
styled(Heading) <
- { isNoBorder: boolean } >
+ SectionTitleProps >
`
position: relative;