Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jan 9, 2025
1 parent 948deab commit 2a3c6cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions khelo/lib/ui/flow/profile/profile_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class ProfileScreen extends ConsumerStatefulWidget {
class _ProfileScreenState extends ConsumerState<ProfileScreen>
with WidgetsBindingObserver {
final privacyPolicyUrl = "https://khelo.canopas.com/privacy-policy";
final termsAndConditionsUrl =
"https://khelo.canopas.com/terms-and-condition";
final termsAndConditionsUrl = "https://khelo.canopas.com/terms-and-condition";
final playStoreLink =
"https://play.google.com/store/apps/details?id=com.canopas.khelo";
final appStoreLink = "https://apps.apple.com/app/khelo/id6480175424";
Expand Down

0 comments on commit 2a3c6cc

Please sign in to comment.