Skip to content

Commit eb48b3f

Browse files
committed
fix: update download link in homepage
1 parent e3fd74b commit eb48b3f

File tree

1 file changed

+45
-7
lines changed

1 file changed

+45
-7
lines changed

_layouts/default.html

Lines changed: 45 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,67 @@ <h2>
2020
</p>
2121
</div>
2222
<div class="row rowTable">
23-
<div class="col-md-6 col-lg-6 ">
23+
<div class="col-md-4 col-lg-4 ">
2424
<div class="box ">
2525
<div class="img-box">
2626
<!-- <img src="images/s1.png" alt="">-->
2727
<i class="fa fa-android"></i>
2828
</div>
2929
<div class="detail-box">
3030
<h5>
31-
XDAG Pro
31+
IOS
3232
</h5>
3333
<p>
34-
It work for new wallet address which created later than 0.6.0 mainnet.<br/>
35-
Support: Android, Windows ( IOS, Lunix, MacOS later)
34+
XDAG Pro wallet for IOS
3635
</p>
37-
<a href="https://github.com/XDagger/XDAG-Pro/releases/download/1.0.20-21/xdag-pro-1.0.20-21.zip" target="_blank">
38-
Windows wallet
39-
</a>
36+
4037
<a href="https://apps.apple.com/hk/app/xdag-pro/id6458534585" target="_blank">
4138
Ios wallet
4239
</a>
40+
</div>
41+
</div>
42+
</div>
43+
<div class="col-md-4 col-lg-4 ">
44+
<div class="box ">
45+
<div class="img-box">
46+
<!-- <img src="images/s1.png" alt="">-->
47+
<i class="fa fa-android"></i>
48+
</div>
49+
<div class="detail-box">
50+
<h5>
51+
Android
52+
</h5>
53+
<p>
54+
XDAG Pro wallet for android(GooglePlay)
55+
XDAG Pro wallet for android(APK)
56+
57+
</p>
4358
<a href="https://github.com/XDagger/XDAG-Pro/releases/download/1.0.19-20/xdag-pro-1.0.19+20.apk" target="_blank">
4459
Android wallet
4560
</a>
61+
<a href="https://play.google.com/store/apps/details?id=com.xdag.io" target="_blank">
62+
Google Play
63+
</a>
64+
</div>
65+
</div>
66+
</div>
67+
<div class="col-md-4 col-lg-4 ">
68+
<div class="box ">
69+
<div class="img-box">
70+
<!-- <img src="images/s1.png" alt="">-->
71+
<i class="fa fa-android"></i>
72+
</div>
73+
<div class="detail-box">
74+
<h5>
75+
PC
76+
</h5>
77+
<p>
78+
XDAG Pro wallet for Windows(Recommend)
79+
XDAG GoWallet for Windows/Linux/
80+
</p>
81+
<a href="https://github.com/XDagger/XDAG-Pro/releases/download/1.0.20-21/xdag-pro-1.0.20-21.zip" target="_blank">
82+
Windows wallet
83+
</a>
4684
</div>
4785
</div>
4886
</div>

0 commit comments

Comments
 (0)