@@ -29,7 +29,7 @@ export default function CodeCard() {
29
29
< br />
30
30
| (__| / _| / /\ \| | | _| | | |_ \ / /\ \| _/ _/
31
31
< br />
32
- \___|_|_\___|_/‾‾ \_\_| |___| |_| |___/ /_/‾‾ \_\_| |_|
32
+ \___|_|_\___|_/¯¯ \_\_| |___| |_| |___/ /_/¯¯ \_\_| |_|
33
33
< br />
34
34
</ Typist >
35
35
< Typist
@@ -38,13 +38,13 @@ export default function CodeCard() {
38
38
cursor = { { show : false } }
39
39
avgTypingDelay = { - 500 }
40
40
>
41
- < div className = "flex whitespace-nowrap" >
41
+ < div >
42
42
? What will your project be called? (my-t3-app)
43
43
< Typist . Delay ms = { 500 } />
44
44
< Typist
45
45
cursor = { { hideWhenDone : true , hideWhenDoneDelay : 0 } }
46
46
avgTypingDelay = { 50 }
47
- className = "pl-1 text-blue-400"
47
+ className = "inline pl-1 text-blue-400"
48
48
>
49
49
my-t3-app
50
50
</ Typist >
@@ -170,16 +170,18 @@ export default function CodeCard() {
170
170
avgTypingDelay = { - 10000 }
171
171
className = "translate-y-[-10rem] sm:translate-y-[-10.5rem] md:translate-y-[-10rem] lg:translate-y-[-10rem]"
172
172
>
173
- < div className = "flex whitespace-nowrap" >
174
- < span > ? Would you like us to run npm install? (Y/n)</ span >
173
+ < div >
174
+ < span className = "whitespace" >
175
+ ? Would you like us to run npm install? (Y/n)
176
+ </ span >
175
177
< Typist . Delay ms = { 1000 } />
176
178
< Typist
177
179
cursor = { { hideWhenDone : true , hideWhenDoneDelay : 0 } }
178
- className = "pl-2 text-blue-400"
180
+ className = "inline pl-2 text-blue-400"
179
181
avgTypingDelay = { - 10000 }
180
182
>
181
183
y
182
- < Typist . Backspace count = { 1 } delay = { 1000 } />
184
+ < Typist . Backspace count = { 1 } delay = { 500 } />
183
185
< span className = "text-blue-400" > Yes</ span >
184
186
</ Typist >
185
187
</ div >
0 commit comments