From 0013dc32667f3cd2993e9a9f6dc582c700dbb904 Mon Sep 17 00:00:00 2001 From: richarjiang Date: Fri, 5 Dec 2025 22:34:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BC=9A=E5=91=98=E6=A8=AA=E5=B9=85=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=9A=87=E5=86=A0=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/MembershipBanner.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/MembershipBanner.tsx b/components/MembershipBanner.tsx index 50bdbfb..a020a37 100644 --- a/components/MembershipBanner.tsx +++ b/components/MembershipBanner.tsx @@ -1,8 +1,8 @@ -import React from 'react'; -import { View, Text, StyleSheet, TouchableOpacity } from 'react-native'; -import { LinearGradient } from 'expo-linear-gradient'; import { Ionicons } from '@expo/vector-icons'; +import { LinearGradient } from 'expo-linear-gradient'; +import React from 'react'; import { useTranslation } from 'react-i18next'; +import { StyleSheet, Text, TouchableOpacity, View } from 'react-native'; interface MembershipBannerProps { onPress: () => void; @@ -31,7 +31,6 @@ export const MembershipBanner: React.FC = ({ onPress }) = - PRO