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 24, 2024
1 parent 053087f commit e2390e6
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"}
</Button>
);
case "ledger":
Expand Down

0 comments on commit e2390e6

Please sign in to comment.