Skip to content

Commit

Permalink
test: add more public pages
Browse files Browse the repository at this point in the history
  • Loading branch information
codeincontext committed Nov 14, 2024
1 parent 4c93a7d commit 1af6ade
Show file tree
Hide file tree
Showing 8 changed files with 606 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/faqs/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
import { FAQPageContent } from ".";

const meta: Meta<typeof FAQPageContent> = {
title: "App/FAQPage",
title: "Pages/FAQs",
component: FAQPageContent,
tags: ["autodocs"],
};
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/home-page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
import { HomePageContent } from "./home-page";

const meta: Meta<typeof HomePageContent> = {
title: "App/Homepage",
title: "Pages/Homepage",
component: HomePageContent,
tags: ["autodocs"],
};
Expand Down
Loading

0 comments on commit 1af6ade

Please sign in to comment.