Skip to content

Commit

Permalink
Add spacing between text and arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohansFavour committed Aug 29, 2024
1 parent 6b485bb commit 71f663d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/build/emailverificationprebuiltui.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export const EmailVerificationVerifyEmailLinkClicked: React.FC<VerifyEmailLinkCl
<div data-supertokens="row noFormRow">
<div data-supertokens="headerTitle headerTinyTitle">{t("EMAIL_VERIFICATION_EXPIRED")}</div>
<div onClick={onTokenInvalidRedirect} data-supertokens="secondaryText secondaryLinkWithArrow">
{t("EMAIL_VERIFICATION_CONTINUE_LINK")}
{t("EMAIL_VERIFICATION_CONTINUE_LINK")}{" "}
<ArrowRightIcon color="rgb(var(--palette-textPrimary))" />
</div>
</div>
Expand Down

0 comments on commit 71f663d

Please sign in to comment.