button txt

This commit is contained in:
2026-03-22 01:58:12 +01:00
parent 5b383b9fe4
commit b122600ffa
2 changed files with 5 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ function HomePage() {
onClick={() => navigate("/upload")}
className="py-2.5 rounded-xl bg-indigo-500 hover:bg-indigo-400 active:bg-indigo-600 text-xs font-medium text-white shadow-md shadow-indigo-500/25 transition-colors"
>
Upload TXT
Upload
</button>
{showUploadDefault && (
<button

View File

@@ -142,7 +142,7 @@ export default function UploadPage() {
return (
<div style={styles.container}>
<h1 style={styles.title}>
Upload text files for context searching in LLM
Upload files for context searching in LLM
</h1>
<UploadProgress progress={progress} onCancel={handleCancel} />
</div>
@@ -154,7 +154,7 @@ export default function UploadPage() {
return (
<div style={styles.container}>
<h1 style={styles.title}>
Upload text files for context searching in LLM
Upload files for context searching in LLM
</h1>
<ErrorState
error={error}
@@ -170,7 +170,7 @@ export default function UploadPage() {
return (
<div style={styles.container}>
<h1 style={styles.title}>
Upload text files for context searching in LLM
Upload files for context searching in LLM
</h1>
<SuccessState
filesCount={uploadedFiles.length}
@@ -185,7 +185,7 @@ export default function UploadPage() {
return (
<div style={styles.container}>
<h3 style={styles.title}>
Upload text files for context searching in LLM
Upload files for context searching in LLM
</h3>
<p style={styles.subtitle}>
Each file must be no more than {MAX_FILE_SIZE_KB} KB. You can upload up