File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.vitepress/theme/components/Landing/Terminal Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import CiInputSelect from './CiInputSelect.vue'
8
8
import GitInputSelect from ' ./GitInputSelect.vue'
9
9
import NPMInputSelect from ' ./NPMInputSelect.vue'
10
10
import ModulesInputSelect from ' ./ModulesInputSelect.vue'
11
- import DiamondSeparator from ' ./DiamondSeperator.vue'
11
+ import DiamondSeperator from ' ./DiamondSeperator.vue'
12
12
13
13
export default defineComponent ({
14
14
components: {
@@ -74,13 +74,13 @@ export default defineComponent({
74
74
<SheepIcon />
75
75
</VtText >
76
76
<VtText :line-delay =" 0" >
77
- <DiamondSeparator />
77
+ <DiamondSeperator />
78
78
</VtText >
79
79
<VtText :line-delay =" 0" >
80
80
Welcome to <span class =" text-green-500 font-bold" >sidebase v0.6.1!</span >
81
81
</VtText >
82
82
<VtText :line-delay =" 0" >
83
- <DiamondSeparator />
83
+ <DiamondSeperator />
84
84
</VtText >
85
85
<VtText :line-delay =" 0" >
86
86
sidebase helps you to create fully typesafe Nuxt 3 app in seconds!
@@ -96,7 +96,7 @@ export default defineComponent({
96
96
<NPMInputSelect :next-id =" nextId" />
97
97
<br >
98
98
<VtText :line-delay =" 0" >
99
- <DiamondSeparator />
99
+ <DiamondSeperator />
100
100
</VtText >
101
101
<VtText :line-delay =" 0" >
102
102
Now setting up <span class =" text-green-500" >my-first-sidebase-project</span >:
@@ -106,7 +106,7 @@ export default defineComponent({
106
106
<VtText >✔ Adding README</VtText >
107
107
<br >
108
108
<VtText :line-delay =" 0" >
109
- <DiamondSeparator />
109
+ <DiamondSeperator />
110
110
</VtText >
111
111
<VtText :line-delay =" 0" >
112
112
✨ Project setup finished. Next steps are:
You can’t perform that action at this time.
0 commit comments