From e94a10023dcb7a3a3a88262e069815de3a985f7c Mon Sep 17 00:00:00 2001 From: cperry-goog <78765543+cperry-goog@users.noreply.github.com> Date: Fri, 6 Jun 2025 14:49:40 -0700 Subject: [PATCH] adding very important phrases (#802) --- packages/cli/src/ui/hooks/usePhraseCycler.ts | 3 +++ 1 file changed, 3 insertions(+) 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...',