Skip to content

Commit

Permalink
Merge pull request #130 from simeeid/Patch-text-change
Browse files Browse the repository at this point in the history
Changed the sign in button text.
  • Loading branch information
Camelvan committed Nov 22, 2023
2 parents ce44061 + 53e84f6 commit 4d98e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SignInButton extends StatelessWidget {
minimumSize: const Size(250, 50),
),
child: const Text(
'Sign in with AWS',
'Sign in to continue',
style: TextStyle(
fontSize: 20,
color: Colors.white,
Expand Down
2 changes: 1 addition & 1 deletion norbit-webapp/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function Home() {
<Dashboard />
) : (
<button id="signin" name="sign-in" className="norbit-primary" onClick={handleSignIn}>
Sign in with AWS
Sign in to continue
</button>
)}
</main>
Expand Down

0 comments on commit 4d98e69

Please sign in to comment.