ruslanmv commited on
Commit
23747e9
β€’
1 Parent(s): ab2e706

Update index.tsx

Browse files
src/app/interface/generate/index.tsx CHANGED
@@ -391,8 +391,8 @@ export function Generate() {
391
  onClick={handleSubmit}
392
  >
393
  {isLocked
394
- ? `Dreaming..`
395
- : "Dream πŸŒ™"
396
  }
397
  </animated.button>
398
  </div>
 
391
  onClick={handleSubmit}
392
  >
393
  {isLocked
394
+ ? `Creating..`
395
+ : "Imagine ⭐️"
396
  }
397
  </animated.button>
398
  </div>