Skip to content

Commit 40f3711

Browse files
fix(unity-react-core): update jsx for ranking card
1 parent 1492e29 commit 40f3711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/unity-react-core/src/components/RankingCard/RankingCard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const InfoLayerWrapper = ({ imageSize, body, heading, readMoreLink }) => {
8282
{isSmall ? (
8383
<span className="visually-hidden">{heading}</span>
8484
) : (
85-
<h4 className="h5" >{heading}</h4>
85+
<h4 >{heading}</h4>
8686
)}
8787
<i className="fas fa-chevron-up" />
8888
</button>
@@ -148,7 +148,7 @@ export const RankingCard = ({
148148

149149
{isSmall && (
150150
<div className="citation">
151-
<h4 className="h5">{heading}</h4>
151+
<h4>{heading}</h4>
152152
<p>{citation}</p>
153153
</div>
154154
)}

0 commit comments

Comments
 (0)