Skip to content

Commit

Permalink
website: Fix BenefitCardProps interface
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Jun 20, 2024
1 parent 3570756 commit d742a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/web/src/components/Landing/Monetization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import FeatureItem from './molecules/FeatureItem'
import { MOCKED_PRODUCTS } from './utils'

interface BenefitCardProps {
className: string
className?: string
title: string
description: string
icon: JSX.Element
Expand Down

0 comments on commit d742a3f

Please sign in to comment.