Skip to content

Commit

Permalink
article link card div back to span
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEerenberg committed Jul 27, 2022
1 parent ccee6f8 commit 66dfcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/article-link-card/LinkCard.tsx
Expand Up @@ -22,7 +22,7 @@ export default function LinkCard(props: Props) {
{props.linkText
? props.linkText
: 'Beheer uw nieuwsbriefinstellingen'}{' '}
<div
<span
className={styles.icon}
dangerouslySetInnerHTML={{
__html: ChevronRightIcon as any,
Expand Down

0 comments on commit 66dfcfb

Please sign in to comment.