We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d288 commit 99cdfefCopy full SHA for 99cdfef
mithril-explorer/src/components/CertifyCardanoTransactionsModal/TransactionCertificationResult.js
@@ -86,7 +86,9 @@ export default function TransactionCertificationResult({
86
<>
87
{isSuccess ? (
88
<Alert variant="success" className="mb-2">
89
- <Alert.Heading>Mithril certified the transactions</Alert.Heading>
+ <Alert.Heading>
90
+ <i className="mi mi-logo"></i> Mithril certified the transactions
91
+ </Alert.Heading>
92
</Alert>
93
) : (
94
<Alert variant="danger" className="mb-2">
0 commit comments