Skip to content

Commit cb2cadf

Browse files
committed
fix: Update website download links to v1.2
1 parent 44fadaf commit cb2cadf

2 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_v1.0.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.2_Flutter.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_v1.0.apk" download className="nukrop-btn" style={{ padding: '16px 28px', fontSize: '16px', borderRadius: '14px', textDecoration: 'none' }}>
48+
<a href="/NuKropAI_v1.2_Flutter.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)