Skip to content

Commit

Permalink
fix: dont use strong
Browse files Browse the repository at this point in the history
  • Loading branch information
Borai committed Jul 15, 2024
1 parent 6cd291e commit e13243d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const BerichtenOverzicht: StoryObj<typeof meta> = {
{m.new ? (
<>
<StatusBadge className="denhaag-page-content__badge">Nieuw</StatusBadge>
<strong>{m.title}</strong>
<b>{m.title}</b>
</>
) : (
m.title
Expand Down

0 comments on commit e13243d

Please sign in to comment.