Rename nav header branding from "Story Kit" to "StorkIt"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-26 13:59:31 +00:00
parent 1491c6b811
commit d006e47d3f
2 changed files with 3 additions and 3 deletions

View File

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