@@ -3,10 +3,10 @@ import styled, { css } from "styled-components";
33
44import { landscapeStyle } from "styles/landscapeStyle" ;
55
6- import HeaderCoherency from "../Header/Coherency " ;
6+ import HeaderCoherence from "../Header/Coherence " ;
77import HeaderRewards from "../Header/Rewards" ;
88
9- import Coherency from "./Coherency " ;
9+ import Coherence from "./Coherence " ;
1010import JurorLevel from "./JurorLevel" ;
1111import JurorTitle from "./JurorTitle" ;
1212import Rank from "./Rank" ;
@@ -60,7 +60,7 @@ const BottomSide = styled.div`
6060 justify-content: space-between;
6161` ;
6262
63- const HeaderCoherencyAndCoherency = styled . div `
63+ const HeaderCoherenceAndCoherence = styled . div `
6464 display: flex;
6565 flex-direction: column;
6666 align-items: flex-end;
@@ -102,10 +102,10 @@ const MobileCard: React.FC<IMobileCard> = ({
102102 < HeaderRewards />
103103 < Rewards address = { address } />
104104 </ HeaderRewardsAndRewards >
105- < HeaderCoherencyAndCoherency >
106- < HeaderCoherency />
107- < Coherency { ...{ totalCoherentVotes, totalResolvedVotes } } />
108- </ HeaderCoherencyAndCoherency >
105+ < HeaderCoherenceAndCoherence >
106+ < HeaderCoherence />
107+ < Coherence { ...{ totalCoherentVotes, totalResolvedVotes } } />
108+ </ HeaderCoherenceAndCoherence >
109109 </ BottomSide >
110110 </ Container >
111111 ) ;
0 commit comments