Skip to content

Commit 3a5392d

Browse files
committed
Rename APK to NuKropAI_v1.0.apk and update website download links
1 parent a1308e0 commit 3a5392d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žweb/src/App.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default function App() {
220220
</p>
221221

222222
<div style={{ display: 'flex', gap: '24px', justifyContent: 'center', flexWrap: 'wrap' }}>
223-
<a href="/NuKropAI.apk" download className="nukrop-btn" style={{ padding: '18px 32px', fontSize: '16px', borderRadius: '16px', textDecoration: 'none', display: 'flex', alignItems: 'center', gap: '12px' }}>
223+
<a href="/NuKropAI_v1.0.apk" download className="nukrop-btn" style={{ padding: '18px 32px', fontSize: '16px', borderRadius: '16px', textDecoration: 'none', display: 'flex', alignItems: 'center', gap: '12px' }}>
224224
<Smartphone style={{ width: '20px', height: '20px' }} />
225225
<span>Download Android APK</span>
226226
<ChevronRight style={{ width: '16px', height: '16px', marginLeft: '4px' }} />

β€Žweb/src/components/Hero.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function Hero() {
4545
</p>
4646

4747
<div style={{ display: 'flex', gap: '16px', justifyContent: 'center', flexWrap: 'wrap' }}>
48-
<a href="/NuKropAI.apk" download className="nukrop-btn" style={{ padding: '16px 28px', fontSize: '16px', borderRadius: '14px', textDecoration: 'none' }}>
48+
<a href="/NuKropAI_v1.0.apk" download className="nukrop-btn" style={{ padding: '16px 28px', fontSize: '16px', borderRadius: '14px', textDecoration: 'none' }}>
4949
<Smartphone style={{ width: '20px', height: '20px' }} />
5050
Download for Android
5151
</a>

0 commit comments

Comments
Β (0)