Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth, UI: Visually updated StepIndicator component, open terms in new tab #92

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

erikrakuscek
Copy link
Contributor

requires bump of @hanzo/auth and @hanzo/ui

@zeekay zeekay merged commit fbcf543 into main Apr 16, 2024
1 of 4 checks passed
@zeekay zeekay deleted the auth/login-panel-links branch April 16, 2024 13:39
@@ -163,7 +163,7 @@ const LoginPanel: React.FC<PropsWithChildren & {
<ProviderLoginButton provider='github' isLoading={isLoading} loginWithProvider={loginWithProvider}>
<GitHub height={20}/>Github
</ProviderLoginButton>
<p className='text-sm text-muted-2'>By logging in, you agree to our <Link href={termsOfServiceUrl ?? ''}>Terms of Service</Link> and <Link href={privacyPolicyUrl ?? ''}>Privacy Policy</Link>.</p>
<p className='text-sm text-muted-2'>By logging in, you agree to our <Link href={termsOfServiceUrl ?? ''} target='_blank'>Terms of Service</Link> and <Link href={privacyPolicyUrl ?? ''} target='_blank'>Privacy Policy</Link>.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erikrakuscek This may seem like the opposite of what I say about using Blocks, but why not just put a LinkElement there? What's why I create them: as a convenient wrapper around links that can be predefined. Not worth changing since this is "on off" but just keep it in mind goign foward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants