Skip to content

Commit

Permalink
Add mithril logo to tx certification result alert heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Mar 14, 2024
1 parent 03b12b2 commit b25a3b4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ export default function TransactionCertificationResult({
<>
{isSuccess ? (
<Alert variant="success" className="mb-2">
<Alert.Heading>Mithril certified the transactions</Alert.Heading>
<Alert.Heading>
<i className="mi mi-logo"></i> Mithril certified the transactions
</Alert.Heading>
</Alert>
) : (
<Alert variant="danger" className="mb-2">
Expand Down

0 comments on commit b25a3b4

Please sign in to comment.