File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
src/components/common/MobileAppDownload Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1- import { Lock , Zap , Cloud , ExternalLink } from 'lucide-react' ;
1+ import { Lock , Cloud , ExternalLink } from 'lucide-react' ;
22import { useMobilePlatform } from '@/hooks/useIsMobile' ;
33import { 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" />
You can’t perform that action at this time.
0 commit comments