Skip to content

Commit

Permalink
remove unncessary wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Dec 18, 2024
1 parent 9e47922 commit 1dffedc
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 1dffedc

Please sign in to comment.