Skip to content

Commit 5462aab

Browse files
chore(react): Improve self-sign up link UI
1 parent 4344408 commit 5462aab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/core/src/i18n/screens/common/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const common: Common = {
2424
error: 'Something went wrong. Please try again.',
2525
'multiple.options.prefix': 'Sign in with',
2626
or: 'OR',
27-
'prefix.register': "Don't have an account? ",
27+
'prefix.register': "Don't have an account?",
2828
'privacy.policy': 'Privacy Policy',
2929
register: 'Register',
3030
'site.title': 'WSO2 Identity Server',

packages/react/src/components/SignIn/fragments/basic-auth.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
}
4646
}
4747

48+
.asgardeo-register-link {
49+
margin-left: 3px;
50+
}
51+
4852
@keyframes fade-in {
4953
to {
5054
opacity: 1;

0 commit comments

Comments
 (0)