Skip to content

Commit

Permalink
fix: adjust FeatureList spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jul 13, 2023
1 parent 4df812d commit 8a472e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const FeatureList: React.FC<FeatureListProps> = ({
</div>
))}
</div>
<div className="mdx-feature-list__extra">{children}</div>
{children && <div className="mdx-feature-list__extra">{children}</div>}
</div>
)
}

0 comments on commit 8a472e9

Please sign in to comment.