Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ <h1 class="hero-title">
</p>

<div class="hero-buttons">
<a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.0/PocketNode-v1.5.0.apk" class="btn btn--primary">
<a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.1/PocketNode-v1.5.1.apk" class="btn btn--primary">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="7,10 12,15 17,10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
Download APK
</a>
Expand Down Expand Up @@ -1413,7 +1413,7 @@ <h2 class="section-title animate-on-scroll">Take control of your CKB</h2>
<p class="section-desc animate-on-scroll">Join the growing community of Nervos users who verify everything locally. No trust required.</p>

<div class="cta-buttons animate-on-scroll">
<a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.0/PocketNode-v1.5.0.apk" class="btn btn--primary">
<a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.1/PocketNode-v1.5.1.apk" class="btn btn--primary">
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="7,10 12,15 17,10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
Download for Android
</a>
Expand Down Expand Up @@ -1445,7 +1445,7 @@ <h4>Product</h4>
<li><a href="#features">Features</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#tech">Technical</a></li>
<li><a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.0/PocketNode-v1.5.0.apk">Get App</a></li>
<li><a href="https://github.com/RaheemJnr/pocket-node/releases/download/v1.5.1/PocketNode-v1.5.1.apk">Get App</a></li>
</ul>
</div>
<div class="footer-col">
Expand Down
Loading