Skip to content

Commit f02adc9

Browse files
committed
fix: improve mobile app download page UX and add web access
1 parent a91864c commit f02adc9

File tree

1 file changed

+2
-14
lines changed
  • src/components/common/MobileAppDownload

1 file changed

+2
-14
lines changed

src/components/common/MobileAppDownload/index.tsx

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Lock, Zap, Cloud, ExternalLink } from 'lucide-react';
1+
import { Lock, Cloud, ExternalLink } from 'lucide-react';
22
import { useMobilePlatform } from '@/hooks/useIsMobile';
33
import { useState } from 'react';
44

@@ -22,7 +22,7 @@ export function MobileAppDownload() {
2222
</div>
2323

2424
{/* Title */}
25-
<div className="-mt-2 space-y-2">
25+
<div className="-mt-4 space-y-2">
2626
<h1 className="text-foreground text-3xl font-bold">Typelets</h1>
2727
<p className="text-muted-foreground text-lg">
2828
Secure, encrypted note-taking
@@ -43,18 +43,6 @@ export function MobileAppDownload() {
4343
</div>
4444
</div>
4545

46-
<div className="flex items-start gap-3 text-left">
47-
<div className="bg-muted rounded-lg p-2">
48-
<Zap className="text-foreground h-5 w-5" />
49-
</div>
50-
<div className="flex-1">
51-
<h3 className="text-foreground font-semibold">Fast & Intuitive</h3>
52-
<p className="text-muted-foreground text-sm">
53-
Native performance and smooth experience
54-
</p>
55-
</div>
56-
</div>
57-
5846
<div className="flex items-start gap-3 text-left">
5947
<div className="bg-muted rounded-lg p-2">
6048
<Cloud className="text-foreground h-5 w-5" />

0 commit comments

Comments
 (0)