Skip to content

Commit

Permalink
🌍 Yeni signer node'ları destekle
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Dec 15, 2023
1 parent 34ab1b7 commit 7fb817b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion al/tanışma/birim.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const açıkTcktAlVe = (adres, sonra) => {
formData.set('f', dosya);

Promise.all([
network.getNodes(6),
network.getNodes(7),
taahhütPowSözü
]).then(([
/** @type {!Array<string>} */ nodelar,
Expand Down
2 changes: 1 addition & 1 deletion al/ödeme/birim.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id=od class="step disabled">
<h4 data-en="5. Send the payment and receive your TCKT.">5. Ödemeyi yapın TCKT cüzdanınıza gelsin</h4>
<b data-en="5. Send the payment and receive your TCKT.">5. Ödemeyi yapın TCKT cüzdanınıza gelsin</b>
<span data-phantom data-en="We'll send your wallet a request for a transaction of value &lt;span id=odf>$1.5&lt;/span>. When confirmed, your TCKT will be minted in the same transaction.">Cüzdanınıza
<span id=odf>$1,5</span> alımı için bir istek yollayacağız. Onayladığınızda
cüzdanınızdan ücret alınır ve TCKT'niz cüzdanınıza mint edilir.</span>
Expand Down
2 changes: 1 addition & 1 deletion ana/sayfa.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import dom from "/lib/util/dom";
Cüzdan.tcktDeğişince((_, dosyaSözü) => {
/** @const {!Element} */
const düğme = /** @type {!Element} */(dom.adla("bal"));
düğme.childNodes[0].data = dosyaSözü
düğme.firstChild.data = dosyaSözü
? dom.TR ? "TCKT’ni incele" : "View TCKT"
: dom.TR ? "Hemen TCKT al" : "Mint TCKT"
düğme.href = dosyaSözü
Expand Down
2 changes: 1 addition & 1 deletion birim/favicon/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions birim/telefon/birim.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@
}

#tc.tex {
transform: translate3d(33px, 360px, 0px) scale(0.892);
transform: translate3d(4px, 360px, 0px) scale(0.892);
}

#tc.tex.flp {
transform: translate3d(33px, 360px, 0px) rotateY(-180deg) scale(0.892);
transform: translate3d(4px, 360px, 0px) rotateY(-180deg) scale(0.892);
}
2 changes: 1 addition & 1 deletion lib

0 comments on commit 7fb817b

Please sign in to comment.