From cfad45a0fd3afe97e361dea869907f0ab56142e1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 2 Mar 2025 14:30:53 +0000 Subject: [PATCH] add sleepy --- packages/client/src/components/StatusForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/client/src/components/StatusForm.tsx b/packages/client/src/components/StatusForm.tsx index 32147bb..59e92df 100644 --- a/packages/client/src/components/StatusForm.tsx +++ b/packages/client/src/components/StatusForm.tsx @@ -33,6 +33,7 @@ const STATUS_OPTIONS = [ '🧌', '🦋', '🚀', + '😴', ] const StatusForm = () => { -- 2.51.2