story-kit: merge 204_story_rename_storkit_branding_to_story_kit

This commit is contained in:
Dave
2026-02-26 12:49:28 +00:00
parent 146a45a33e
commit b05ac6acac
5 changed files with 6 additions and 6 deletions

View File

@@ -136,9 +136,9 @@ describe("ChatHeader", () => {
expect(screen.getByText("Built: 2026-01-01 00:00")).toBeInTheDocument();
});
it("displays StorkIt branding in the header", () => {
it("displays Story Kit branding in the header", () => {
render(<ChatHeader {...makeProps()} />);
expect(screen.getByText("StorkIt")).toBeInTheDocument();
expect(screen.getByText("Story Kit")).toBeInTheDocument();
});
it("shows disabled placeholder when claudeModels is empty and no API key", () => {