Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -222,7 +222,12 @@ export default function MobileDashboardPage() {
|
||||
return (
|
||||
<MobileShell activeTab="home" title={t('mobileDashboard.title', 'Dashboard')}>
|
||||
<DashboardCard padding="$0">
|
||||
<YStack padding="$3" gap="$2">
|
||||
<YStack
|
||||
padding="$3"
|
||||
gap="$2"
|
||||
animation="bouncy"
|
||||
enterStyle={{ opacity: 0, scale: 0.9 }}
|
||||
>
|
||||
<SectionHeader
|
||||
title={t('dashboard:overview.title', 'At a glance')}
|
||||
showSeparator={false}
|
||||
|
||||
Reference in New Issue
Block a user