Skip to content

Commit

Permalink
✍🏼 Yazım hatası düzelt
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Feb 4, 2024
1 parent d8ec63e commit 0e34d24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Kanarya ve deployment adımları için birkaç araca daha ihtiyacımız var
brew install pngcrush brotli zopfli woff2 webp
pip install fonttools
```
- `make kanarya` deploya hazır dApp'i `build` edip kanarya sunucusunu
çalıştırır
- `make 🦜` veya `make kanarya` deploya hazır dApp'i `build` edip kanarya
sunucusunu çalıştırır
- http://localhost:8787/al
- `make cf-deployment` deploya hazır dApp'i Cloudflare'e yükler
2 changes: 1 addition & 1 deletion al/tanışma/birim.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const açıkTcktAlVe = (adres, sonra) => {
dom.gizle(eDevletDüğmesi);
nkoDüğmesi.href = "javascript:";
nkoDüğmesi.classList.remove("act");
nkoDüğmesi.innerText = dom.TR ? "VerifiableID’leriniz heaplanıyor ⏳" : "Computing your VerifiableIDs ⏳";
nkoDüğmesi.innerText = dom.TR ? "VerifiableID’leriniz hesaplanıyor ⏳" : "Computing your VerifiableIDs ⏳";
dom.düğmeDurdur(nkoDüğmesi);
/** @const {number} */
const istemciAn = Date.now() / 1000 | 0;
Expand Down
2 changes: 1 addition & 1 deletion birim/ağlar/birim.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const AğBilgileri = {
},
"m:berkeley": {
ad: "Mina Berkeley",
izleyici: "berkeley.minaexplorer.com/",
izleyici: "berkeley.minaexplorer.com",
tokenKodu: "tMINA",
tokenEki: dom.TR ? ["’dan", "’ya"] : [],
rpcUrl: "proxy.berkeley.minaexplorer.com"
Expand Down
2 changes: 2 additions & 0 deletions sunucu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ build/sitemap: $(call compressions, build/sitemap.txt)
dev: lib/birimler/devSunucu.js sunucu/dev.toml
bun $< --çalıştır sunucu/dev.toml

🦜: kanarya

kanarya: lib/birimler/kanaryaSunucu.js build sunucu/dev.toml
bun $< --çalıştır sunucu/dev.toml

Expand Down

0 comments on commit 0e34d24

Please sign in to comment.