From 473461b65db12883dbc87ea416dbecea68e5c8fa Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Mar 2026 11:24:55 +0000 Subject: [PATCH] story-kit: start 257_story_rename_storkit_to_story_kit_in_header --- ...story_rename_storkit_to_story_kit_in_header.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .story_kit/work/2_current/257_story_rename_storkit_to_story_kit_in_header.md diff --git a/.story_kit/work/2_current/257_story_rename_storkit_to_story_kit_in_header.md b/.story_kit/work/2_current/257_story_rename_storkit_to_story_kit_in_header.md new file mode 100644 index 0000000..0ffd0f1 --- /dev/null +++ b/.story_kit/work/2_current/257_story_rename_storkit_to_story_kit_in_header.md @@ -0,0 +1,15 @@ +--- +name: "Rename StorkIt to Story Kit in the header" +--- + +# Story 257: Rename "StorkIt" to "Story Kit" in the header + +## Description + +The ChatHeader component displays "StorkIt" as the app title. It should say "Story Kit" instead. + +## Acceptance Criteria + +- [ ] The header in `ChatHeader.tsx` displays "Story Kit" instead of "StorkIt" +- [ ] The test in `ChatHeader.test.tsx` is updated to match +- [ ] All existing tests pass