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

@@ -33,7 +33,7 @@ function makeProps(
describe("SelectionScreen", () => {
it("renders the title and description", () => {
render(<SelectionScreen {...makeProps()} />);
expect(screen.getByText("StorkIt")).toBeInTheDocument();
expect(screen.getByText("Story Kit")).toBeInTheDocument();
expect(
screen.getByText("Paste or complete a project path to start."),
).toBeInTheDocument();

View File

@@ -54,7 +54,7 @@ export function SelectionScreen({
className="selection-screen"
style={{ padding: "2rem", maxWidth: "800px", margin: "0 auto" }}
>
<h1>StorkIt</h1>
<h1>Story Kit</h1>
<p>Paste or complete a project path to start.</p>
{knownProjects.length > 0 && (