File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
client/src/components/Chat Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ export function PlaceholdersAndVanishInputDemo() {
18
18
import . meta. env . VITE_BACKEND_URL || 'http://localhost:5000' ;
19
19
20
20
const placeholders = [
21
- "What's the first rule of Fight Club?" ,
22
- 'Who is Tyler Durden?' ,
23
- 'Where is Andrew Laeddis Hiding?' ,
24
- 'Write a Javascript method to reverse a string' ,
25
- 'How to assemble your own PC?' ,
21
+ 'How to set up a React project with Vite?' ,
22
+ 'What is the difference between JavaScript and TypeScript?' ,
23
+ 'How to implement authentication in a Next.js app?' ,
24
+ 'What is a closure in JavaScript?' ,
25
+ 'How to optimize React app performance?' ,
26
+ 'Explain event delegation in JavaScript' ,
26
27
] ;
27
28
28
29
const scrollToBottom = ( ) => {
@@ -70,7 +71,7 @@ export function PlaceholdersAndVanishInputDemo() {
70
71
} ;
71
72
72
73
return (
73
- < div className = 'h-screen flex flex-col' >
74
+ < div className = 'h-screen md:w-[60%] w-full mx-auto justify-center flex flex-col' >
74
75
< h2 className = 'mb-4 text-xl text-center sm:text-5xl dark:text-white text-black mt-5' >
75
76
Start Collaborating
76
77
</ h2 >
You can’t perform that action at this time.
0 commit comments