story-kit: merge 294_story_rename_app_title_from_story_kit_to_storkit

This commit is contained in:
Dave
2026-03-19 09:44:34 +00:00
parent dc9df6d497
commit 63f46751ac
9 changed files with 12 additions and 12 deletions

View File

@@ -33,7 +33,7 @@ function makeProps(
describe("SelectionScreen", () => {
it("renders the title and description", () => {
render(<SelectionScreen {...makeProps()} />);
expect(screen.getByText("Story Kit")).toBeInTheDocument();
expect(screen.getByText("Storkit")).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>Story Kit</h1>
<h1>Storkit</h1>
<p>Paste or complete a project path to start.</p>
{knownProjects.length > 0 && (