Skip to content

Commit

Permalink
change footer story name from DocsNavDemo to DocsFooterDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
irfankhan10 committed Oct 4, 2024
1 parent 9b79b4e commit 93f4577
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions stories/custom/docs-footer.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { Meta, StoryObj } from "@storybook/react";
import {DocsFooter } from "src";
import { DocsFooter } from "src";


export function DocsNavDemo() {
export function DocsFooterDemo() {
return <DocsFooter />;
}

const meta: Meta<typeof DocsNavDemo> = {
component: DocsNavDemo,
const meta: Meta<typeof DocsFooterDemo> = {
component: DocsFooterDemo,
};

export default meta;

export const Default: StoryObj<typeof DocsNavDemo> = {
export const Default: StoryObj<typeof DocsFooterDemo> = {
args: {},
};

0 comments on commit 93f4577

Please sign in to comment.