Skip to content

Commit 04ffba6

Browse files
committedJan 6, 2025
typo
1 parent 5a7abff commit 04ffba6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525
.history
26-
.env
26+
.env
27+
.codegpt

‎src/components/ThumbnailPageComponents/GeneratorSection.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function GeneratorSection() {
102102
Generating...
103103
</>
104104
) : (
105-
"Generate Script"
105+
"Generate Thumbnail"
106106
)}
107107
</Button>
108108
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.