Skip to content

Commit

Permalink
10.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Jan 29, 2024
1 parent db04501 commit bb3f139
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions appcache
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dist/vue.min.js
dist/axios.min.js
dist/easy.qrcode.min.js
dist/nanocurrency.min.js
dist/style.css?v=10.0.7
dist/app.js?v=10.0.7
dist/style.css?v=10.0.8
dist/app.js?v=10.0.8
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<meta property="twitter:image" content="dist/images/cover.png">
<link rel="apple-touch-icon" href="dist/images/new_icon.png">
<link rel="icon" type="image/png" href="dist/favicon.png">
<link rel="stylesheet" href="dist/style.css?v=10.0.7">
<link rel="stylesheet" href="dist/big-picture.css?v=10.0.7">
<link rel="stylesheet" href="dist/style.css?v=10.0.8">
<link rel="stylesheet" href="dist/big-picture.css?v=10.0.8">
<link rel="manifest" href="dist/manifest.json">
<script>
function queryToObject(string) {
Expand Down Expand Up @@ -269,7 +269,7 @@ <h2 style="margin-bottom: 4px;text-wrap:balance;">

<div v-if="checkout.exchange_hot_wallet" style=" border-bottom: 0.5px solid #00000017; padding-bottom: 25px; margin-bottom: 28px; text-align: center; font-size: 20px; font-family: 'Cyber'; letter-spacing: 3px; color: #089dff; text-shadow: 0 0 transparent; text-transform: uppercase; ">{{ (strings[lang] ? strings[lang].exchange_address : strings['en'].exchange_address) }}</div>

<div v-if="checkout.lease" style=" border-bottom: 0.5px solid #00000017; padding-bottom: 25px; margin-bottom: 28px; text-align: center; font-size: 20px; font-family: 'Cyber'; letter-spacing: 3px; color: #089dff; text-shadow: 0 0 transparent; text-transform: uppercase; ">{{ checkout.available ? (strings[lang] ? strings[lang].new_lease : strings['en'].new_lease) : (strings[lang] ? strings[lang].extend_lease : strings['en'].extend_lease) }}</div>
<div v-if="checkout.lease" style=" border-bottom: 0.5px solid #00000017; padding-bottom: 20px; margin-bottom: 25px; text-align: center; font-size: 20px; font-family: 'Cyber'; letter-spacing: 3px; color: #089dff; text-shadow: 0 0 transparent; text-transform: uppercase; ">{{ checkout.available ? (strings[lang] ? strings[lang].new_lease : strings['en'].new_lease) : (strings[lang] ? strings[lang].extend_lease : strings['en'].extend_lease) }}</div>

<!-- <p v-if="checkout.description" :class="`description`" v-html="checkout.description || checkout.body || checkout.text || checkout.note || checkout.message"></p> -->

Expand Down Expand Up @@ -363,6 +363,6 @@ <h1 v-if="!checkout.amount" :style="`color:${checkout.color && checkout.color.te
<script src="dist/axios.min.js"></script>
<script src="dist/easy.qrcode.min.js"></script>
<script src="dist/nanocurrency.min.js"></script>
<script src="dist/app.js?v=10.0.7"></script>
<script src="dist/app.js?v=10.0.8"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"renew": "Renew",
"cancel": "Cancel",
"purchase": "Purchase",
"new_lease": "New Lease",
"extend_lease": "Extend Lease",
"new_lease": "New Registration",
"extend_lease": "Extend Registration",
"exchange_address": "Exchange Address",
"donated": "Donated",
"redirecting": "Redirecting..",
Expand Down

0 comments on commit bb3f139

Please sign in to comment.