Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Fix merge on starting page
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomate committed May 1, 2024
1 parent b29037b commit 45bdf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/starting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class __SignInFormState extends State<_SignInForm> {
),
),
),
)
),
const SizedBox(height: 100),
const Text(
Expand Down

0 comments on commit 45bdf80

Please sign in to comment.