diff --git a/lib/features/share/share_rank_card.dart b/lib/features/share/share_rank_card.dart index b22c975..fe3bf49 100644 --- a/lib/features/share/share_rank_card.dart +++ b/lib/features/share/share_rank_card.dart @@ -58,7 +58,8 @@ class _ShareRankCardState extends State { await Share.shareXFiles( [XFile(file.path)], - text: 'I\'m ranked #${widget.rank} on Eventify with ${widget.ep} EP! 🏆 #Eventify #Kerala', + subject: 'My Eventify Rank', + text: 'I\'m a ${widget.tier.toUpperCase()} Explorer on Eventify Plus! ${widget.ep} EP earned. Let\'s connect on the platform for more.\n\nhttps://app.eventifyplus.com', ); } catch (e) { if (mounted) {