Skip to content

Commit

Permalink
10.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Mar 28, 2024
1 parent 729ec24 commit 1edb2dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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.2.5
dist/app.js?v=10.2.5
dist/style.css?v=10.2.6
dist/app.js?v=10.2.6
5 changes: 4 additions & 1 deletion dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1482,9 +1482,9 @@ code {

#checkout h4 {
letter-spacing: 1px;
max-width: 190px;
}


#checkout canvas {
width: 100%;
}
Expand Down Expand Up @@ -1513,6 +1513,9 @@ code {
}

@media (max-width: 768px) {
#checkout .plans h4 {
max-width: 190px;
}
#checkout h1 {
/*margin-top: 25px;*/
}
Expand Down
6 changes: 3 additions & 3 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.2.5">
<link rel="stylesheet" href="../../dist/big-picture.css?v=10.2.5">
<link rel="stylesheet" href="../../dist/style.css?v=10.2.6">
<link rel="stylesheet" href="../../dist/big-picture.css?v=10.2.6">
<link rel="manifest" href="../../dist/manifest.json">
<script>
function queryToObject(string) {
Expand Down Expand Up @@ -356,6 +356,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.2.5"></script>
<script src="../../dist/app.js?v=10.2.6"></script>
</body>
</html>

0 comments on commit 1edb2dd

Please sign in to comment.