Show copoun code for iOS

This commit is contained in:
Neeraj Gupta
2023-09-04 19:22:26 +05:30
parent 4893753b19
commit 0d0c89900a

View File

@@ -49,6 +49,7 @@ class SupportDevWidget extends StatelessWidget {
children: [
StyledText(
text: l10n.supportDevs,
style: getEnteTextTheme(context).large,
tags: {
'bold-green': StyledTextTag(
style: TextStyle(
@@ -59,15 +60,13 @@ class SupportDevWidget extends StatelessWidget {
},
),
const Padding(padding: EdgeInsets.all(6)),
Platform.isAndroid
? Text(
Text(
l10n.supportDiscount,
textAlign: TextAlign.center,
style: const TextStyle(
color: Colors.grey,
),
)
: const SizedBox.shrink(),
],
),
),