Skip to content

Commit 99cdfef

Browse files
committed
Add mithril logo to tx certification result alert heading
1 parent d93d288 commit 99cdfef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mithril-explorer/src/components/CertifyCardanoTransactionsModal/TransactionCertificationResult.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ export default function TransactionCertificationResult({
8686
<>
8787
{isSuccess ? (
8888
<Alert variant="success" className="mb-2">
89-
<Alert.Heading>Mithril certified the transactions</Alert.Heading>
89+
<Alert.Heading>
90+
<i className="mi mi-logo"></i> Mithril certified the transactions
91+
</Alert.Heading>
9092
</Alert>
9193
) : (
9294
<Alert variant="danger" className="mb-2">

0 commit comments

Comments
 (0)