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

fix(sveltekit): add space after provider name in SignIn btn #10225

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

ndom91
Copy link
Member

@ndom91 ndom91 commented Mar 5, 2024

☕️ Reasoning

  • Fix missing space in SignIn button label

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

📌 Resources

@ndom91 ndom91 requested a review from ThangHuuVu as a code owner March 5, 2024 20:09
Copy link

vercel bot commented Mar 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Updated (UTC)
auth-docs ⬜️ Ignored (Inspect) Mar 5, 2024 8:09pm
next-auth-docs ⬜️ Ignored (Inspect) Mar 5, 2024 8:09pm
nextra-docs ⬜️ Ignored (Inspect) Mar 5, 2024 8:09pm

@ndom91 ndom91 merged commit 239dfcf into main Mar 5, 2024
9 of 10 checks passed
@ndom91 ndom91 deleted the ndom91/sveltekit-components-label-typo branch March 5, 2024 20:10
@@ -60,6 +63,6 @@
</slot>
{/if}
<button type="submit">
<slot name="submitButton">Signin{provider ? `with ${provider}` : ""}</slot>
<slot name="submitButton">Signin{provider ? ` with ${provider}` : ""}</slot>

Choose a reason for hiding this comment

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

A space is missing in "Signin". It should be "Sign in".

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

Successfully merging this pull request may close these issues.

2 participants