Change FAQ link for referral

This commit is contained in:
Neeraj Gupta 2023-02-18 09:30:11 +05:30
parent 5a5d201193
commit c47b72686f
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -272,7 +272,10 @@ class ReferralWidget extends StatelessWidget {
isTopBorderRadiusRemoved: referralView.enableApplyCode,
alignCaptionedTextToLeft: true,
onTap: () async {
routeToPage(context, const WebPage("FAQ", "https://ente.io/faq"));
routeToPage(
context,
const WebPage(
"FAQ", "https://ente.io/faq/general/referral-program"));
},
),
const SizedBox(height: 24),