File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mithril-explorer/src/components
CertifyCardanoTransactionsModal Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function ValidatingProofPane({ isProofValid }) {
20
20
< td > { verification } </ td >
21
21
< td >
22
22
{ isProofValid ? (
23
- < IconBadge variant = "success" tooltip = "yes" icon = "check-circle" />
23
+ < IconBadge variant = "success" tooltip = "yes" icon = "check-circle-fill " />
24
24
) : (
25
25
< IconBadge variant = "danger" tooltip = "no" icon = "x-circle" />
26
26
) }
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export default function CertificateVerifier({
183
183
< thead >
184
184
< tr >
185
185
< th > Certificate hash</ th >
186
- < th > Valid </ th >
186
+ < th > Checked </ th >
187
187
</ tr >
188
188
</ thead >
189
189
< tbody >
@@ -199,7 +199,7 @@ export default function CertificateVerifier({
199
199
/>
200
200
</ td >
201
201
< td >
202
- < IconBadge tooltip = "Valid Certificate " variant = "success" icon = "mithril " />
202
+ < IconBadge tooltip = "yes " variant = "success" icon = "check-circle-fill " />
203
203
</ td >
204
204
</ tr >
205
205
) ) }
You can’t perform that action at this time.
0 commit comments