Skip to content

Commit

Permalink
chore(svelte): rm paragraph tag with many different children in docs …
Browse files Browse the repository at this point in the history
…example code (#10181)
  • Loading branch information
ndom91 authored Mar 1, 2024
1 parent d71f9ba commit 5b9f621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frameworks-sveltekit/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* </script>
*
* <h1>SvelteKit Auth Example</h1>
* <p>
* <div>
* {#if $page.data.session}
* {#if $page.data.session.user?.image}
* <span
Expand All @@ -87,7 +87,7 @@
* <SignIn provider="google"/>
* <SignIn provider="facebook"/>
* {/if}
* </p>
* </div>
* ```
*
* `<SignIn />` and `<SignOut />` are components that `@auth/sveltekit` provides out of the box - they handle the sign-in/signout flow, and can be used as-is as a starting point or customized for your own components.
Expand Down

0 comments on commit 5b9f621

Please sign in to comment.