Skip to content

Commit 696da77

Browse files
committed
fix: small text fix
1 parent bfb5b5c commit 696da77

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

frameworks/react-cra/examples/tanchat/assets/src/routes/demo/tanchat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function ChatPage() {
147147
<textarea
148148
value={input}
149149
onChange={(e) => setInput(e.target.value)}
150-
placeholder="Type something clever (or don't, we won't judge)..."
150+
placeholder="Type something clever..."
151151
className="w-full rounded-lg border border-orange-500/20 bg-gray-800/50 pl-4 pr-12 py-3 text-sm text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500/50 focus:border-transparent resize-none overflow-hidden shadow-lg"
152152
rows={1}
153153
style={{ minHeight: '44px', maxHeight: '200px' }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated. Do not edit manually.
22
// Generated from add-ons, examples, hosts, project, and toolchains directories
3-
export const contentChecksum = '5e28990850f8cfa59f2d4c9f4365968422deb2a849d6915134fc10b1417fa096'
3+
export const contentChecksum = 'a764212c22f02af2f32bfd84918a2af90df10112b5ffaedfc825db426d615b1c'

frameworks/solid/examples/tanchat/assets/src/routes/example.chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ function Home() {
355355
handleSubmit(e)
356356
}
357357
}}
358-
placeholder="Type something clever (or don't, we won't judge)..."
358+
placeholder="Type something clever..."
359359
class="w-full rounded-lg border border-orange-500/20 bg-gray-800/50 pl-4 pr-12 py-3 text-sm text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500/50 focus:border-transparent resize-none overflow-hidden shadow-lg"
360360
rows={1}
361361
style={{ 'min-height': '44px', 'max-height': '200px' }}
@@ -400,7 +400,7 @@ function Home() {
400400
handleSubmit(e)
401401
}
402402
}}
403-
placeholder="Type something clever (or don't, we won't judge)..."
403+
placeholder="Type something clever..."
404404
class="w-full rounded-lg border border-orange-500/20 bg-gray-800/50 pl-4 pr-12 py-3 text-sm text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500/50 focus:border-transparent resize-none overflow-hidden"
405405
rows={1}
406406
style={{ 'min-height': '88px' }}

frameworks/solid/src/checksum.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// This file is auto-generated. Do not edit manually.
22
// Generated from add-ons, examples, hosts, project, and toolchains directories
3-
export const contentChecksum = '4db9b64a6be7a440ed6fa534528bd1b1f9256f1039d02a446f4612c4c4605e2a'
3+
export const contentChecksum = '88fbed1ce722938c71a235f64450961d269b1a63b1755df82ced678fb982fc45'

0 commit comments

Comments
 (0)