Skip to content

Commit 503a68d

Browse files
authored
Merge pull request #430 from Shuudy/fix-spacing-ssr-page
fix(ssr): add spacing to Laravel starter kits section
2 parents fb48fca + ff7bf6f commit 503a68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/server-side-rendering.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function () {
4545
</Notice>
4646
<H2>Laravel starter kits</H2>
4747
<P>
48-
If you are using <A href="https://laravel.com/docs/starter-kits">Laravel Starter Kits</A>, Inertia SSR is
48+
If you are using <A href="https://laravel.com/docs/starter-kits">Laravel Starter Kits</A>, Inertia SSR is{' '}
4949
<A href="https://laravel.com/docs/starter-kits#inertia-ssr">supported</A> through a build command:
5050
</P>
5151
<TabbedCode

0 commit comments

Comments
 (0)