diff --git a/assets/index-C-eUqJV6.js b/assets/index-BgAPC000.js similarity index 99% rename from assets/index-C-eUqJV6.js rename to assets/index-BgAPC000.js index 0b35476..af94605 100644 --- a/assets/index-C-eUqJV6.js +++ b/assets/index-BgAPC000.js @@ -37695,7 +37695,7 @@ ${f.stack}` : o; - ${Zy(r.Cardano)} + ${Zy(r.Cardano, r.originalKey || r.extractedKey)} ${r.BTC ? Rc("Bitcoin", "fab fa-bitcoin", r.BTC) : ""} ${r.FLO ? Rc("FLO", "fas fa-leaf", r.FLO) : ""} `; @@ -37734,7 +37734,7 @@ ${f.stack}` : o; - ${Zy(_.Cardano)} + ${Zy(_.Cardano, _.originalKey || _.extractedKey)} ${_.BTC ? Rc("Bitcoin", "fab fa-bitcoin", _.BTC) : ""} ${_.FLO ? Rc("FLO", "fas fa-leaf", _.FLO) : ""} `; @@ -38084,7 +38084,7 @@ ${f.stack}` : o; }); }); }); - function Zy(f) { + function Zy(f, t) { return `
@@ -38110,12 +38110,12 @@ ${f.stack}` : o;
` : ""} - ${f.rootKey ? ` + ${t ? `
- ${f.rootKey} -
diff --git a/index.html b/index.html index 1fde00c..10e6101 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" /> - +