Skip to content

Commit

Permalink
fix(HTD-16): change badge tag to p (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBoraurito committed Mar 4, 2024
1 parent 84e6e75 commit cc1b6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/badge/badge.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AdditionalText = styled.span`
text-transform: uppercase;
`;

export const StyledBadge = styled.h3<BadgeProps>`
export const StyledBadge = styled.p<BadgeProps>`
display: flex;
align-items: center;
gap: 6px;
Expand Down

0 comments on commit cc1b6cf

Please sign in to comment.