diff options
| author | cperry-goog <[email protected]> | 2025-06-06 14:49:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-06 14:49:40 -0700 |
| commit | e94a10023dcb7a3a3a88262e069815de3a985f7c (patch) | |
| tree | 3cfae1c8a1c2ab260c151439847cc53151d37803 | |
| parent | 2f54aa888a4df9ac730f32d3d542371cfab070af (diff) | |
adding very important phrases (#802)
| -rw-r--r-- | packages/cli/src/ui/hooks/usePhraseCycler.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index 6b9450c9..a9239190 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -7,6 +7,9 @@ import { useState, useEffect, useRef } from 'react'; export const WITTY_LOADING_PHRASES = [ + "I'm Feeling Lucky", + 'Painting the serifs back on...', + 'Navigating the slime mold...', 'Consulting the digital spirits...', 'Reticulating splines...', 'Warming up the AI hamsters...', |
