diff --git a/src/components/HomepageFeature/index.tsx b/src/components/HomepageFeature/index.tsx index ea2360ff6d..f3b68aea6c 100644 --- a/src/components/HomepageFeature/index.tsx +++ b/src/components/HomepageFeature/index.tsx @@ -9,7 +9,7 @@ type Props = { blur?: boolean } -export default function HomepageFeature({ title = '', compact = false, className, children }: Props): JSX.Element { +export default function HomepageFeature({ title = '', compact = false, className, children, blur }: Props): JSX.Element { return ( //
//

{title}