Skip to content

Commit

Permalink
fix: Format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wizlif committed Oct 24, 2022
1 parent e8790c4 commit 4adad0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/presentation/auth/widgets/verified.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ class VerifiedPage extends StatelessWidget {
),
const SizedBox(height: 40),
PillButton(
onTap: () =>
context.replace(AppPage.home.toPath),
onTap: () => context.replace(AppPage.home.toPath),
text: 'Go to CrowdActions',
),
TextButton(
onPressed: () =>
context.replace(AppPage.home.toPath),
onPressed: () => context.replace(AppPage.home.toPath),
child: const Text(
'Show me all CrowdActions',
style: TextStyle(
Expand Down

0 comments on commit 4adad0b

Please sign in to comment.