Skip to content

Commit

Permalink
💄 style: Update Hero
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 24, 2024
1 parent 721740a commit d0af37d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@ const Hero = memo<HeroProps>(({ title, description, actions }) => {
);

return openExternal ? (
<A
href={link}
key={text}
rel="noreferrer"
target={openExternal ? '_blank' : undefined}
>
<A href={link} key={text} target={openExternal ? '_blank' : undefined}>
{content}
</A>
) : (
Expand Down

0 comments on commit d0af37d

Please sign in to comment.