Skip to content

Commit

Permalink
remove unncessary wrapper (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki authored Jan 2, 2025
1 parent 7a71e85 commit 006e965
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ const Info = ({
<Certificate>
{size === "small" ? (
<Tooltip title="Certificate">
<CertificateIconContainer>
<RiAwardFill />
</CertificateIconContainer>
<RiAwardFill />
</Tooltip>
) : (
<RiAwardFill />
Expand All @@ -98,11 +96,6 @@ const Info = ({
)
}

const CertificateIconContainer = styled.div`
display: flex;
align-items: center;
`

const PriceContainer = styled.div`
display: flex;
align-items: center;
Expand Down

0 comments on commit 006e965

Please sign in to comment.