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