File tree 1 file changed +11
-11
lines changed
web/src/pages/Cases/CaseDetails/Appeal/Classic
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const StyledBox = styled(Box)`
17
17
height: auto;
18
18
width: 100%;
19
19
padding: 16px 24px;
20
- & > div > label {
20
+ & > div > p {
21
21
display: block;
22
22
margin-bottom: 4px;
23
23
}
@@ -46,12 +46,12 @@ interface IStageExplainer {
46
46
const StageOneExplanation : React . FC = ( ) => (
47
47
< div >
48
48
{ " " }
49
- < label >
49
+ < p >
50
50
Losing options can only be funded < small > before</ small > the deadline.
51
- </ label >
52
- < label >
51
+ </ p >
52
+ < p >
53
53
If no losing option is < small > fully funded</ small > in time, the jury decision is maintained.
54
- </ label >
54
+ </ p >
55
55
</ div >
56
56
) ;
57
57
@@ -60,14 +60,14 @@ const StageTwoExplanation: React.FC = () => {
60
60
const options = useOptionsContext ( ) ;
61
61
return (
62
62
< div >
63
- < label >
63
+ < p >
64
64
Loser deadline has < small > finalized</ small > , you can only fund the current winner.
65
- </ label >
66
- < label >
65
+ </ p >
66
+ < p >
67
67
If the current winner is not fully funded in time, the option funded during the previous stage will be declared
68
68
as the final winner.
69
- </ label >
70
- < label >
69
+ </ p >
70
+ < p >
71
71
{ " " }
72
72
Following choice was funded in the stage 1 :{ " " }
73
73
< small >
@@ -77,7 +77,7 @@ const StageTwoExplanation: React.FC = () => {
77
77
)
78
78
: null }
79
79
</ small >
80
- </ label >
80
+ </ p >
81
81
</ div >
82
82
) ;
83
83
} ;
You can’t perform that action at this time.
0 commit comments