Skip to content

Commit

Permalink
Update sign button text
Browse files Browse the repository at this point in the history
  • Loading branch information
serjonya-trili committed May 22, 2024
1 parent b7e17a5 commit 906338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SendFlow/SignButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const SignButton: React.FC<{
onClick={onSocialSign}
size="lg"
>
{text || "Sign with Google"}
{text || "Sign with social"}

Check warning on line 128 in src/components/SendFlow/SignButton.tsx

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🌿 Branch is not covered

Warning! Not covered branch

Check warning on line 128 in src/components/SendFlow/SignButton.tsx

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🌿 Branch is not covered

Warning! Not covered branch
</Button>
);

Check warning on line 130 in src/components/SendFlow/SignButton.tsx

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🧾 Statement is not covered

Warning! Not covered statement

Check warning on line 130 in src/components/SendFlow/SignButton.tsx

View workflow job for this annotation

GitHub Actions / Coverage annotations (🧪 jest-coverage-report-action)

🌿 Branch is not covered

Warning! Not covered branch
case "ledger":
Expand Down

0 comments on commit 906338d

Please sign in to comment.