Skip to content

Commit 8acdcf3

Browse files
kiakingliuseen-l
andauthored
chore: docs style (#18306) (#1599)
Co-authored-by: LiuSeen <[email protected]>
1 parent 1337c5c commit 8acdcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/theme/components/landing/2. feature-section/FeatureTypedAPI.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const { isCardActive, startAnimation } = useCardAnimation(
3030
<span class="code code__inactive">
3131
<span class="code--red">import</span> { createServer }
3232
<span class="code--red">from</span>
33-
<span class="code--blue">'vite'</span><br /><br />
33+
<span class="code--blue">&nbsp;'vite'</span><br /><br />
3434
<span class="code--red">const</span> server =
3535
<span class="code--red">await</span>
36-
<span class="code--purple">createServer</span>({<br />
36+
<span class="code--purple">&nbsp;createServer</span>({<br />
3737
<span class="code--grey"
3838
>&nbsp;&nbsp;&nbsp;// user config options</span
3939
><br />

0 commit comments

Comments
 (0)