Change FAQ link for referral
This commit is contained in:
parent
5a5d201193
commit
c47b72686f
1 changed files with 4 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue