Skip to content

Commit

Permalink
fix: long redirect message
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 29, 2024
1 parent 7bbed78 commit efef9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Success = ({ email }: { email: string }) => {
<span>{email}</span>
</div>
<Link to={serviceLink}>
Redirecting to <span>{serviceName}</span> in a few seconds
Redirecting to <span>{serviceName}</span>
</Link>
</div>
);
Expand Down

0 comments on commit efef9c5

Please sign in to comment.