Skip to content

Commit

Permalink
289 Removes unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardovdheijden committed Jan 7, 2025
1 parent 2433ec3 commit 19ed82e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@ export function WfoProductBlockBadge({
return (
<WfoBadge textColor={textColor} color={badgeColor}>
{link ? (
<Link
css={{
color: textColor,
textDecoration: 'none',
}}
href={link}
>
<Link css={{ color: textColor }} href={link}>
{children}
</Link>
) : (
Expand Down

0 comments on commit 19ed82e

Please sign in to comment.