Skip to content

Commit

Permalink
docs(storybook): remove overriding and unused code (#3566)
Browse files Browse the repository at this point in the history
* fix(navbar): fixed the height when style h-full

* fix(navbar): fixed the height when style h-full

* docs(storybook): removed unnecessary code lines

* Delete .changeset/brown-days-applaud.md
  • Loading branch information
awesome-pro authored Aug 29, 2024
1 parent e15c43b commit 2a34880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/modal/stories/modal.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable jsx-a11y/anchor-is-valid */
/* eslint-disable jsx-a11y/no-autofocus */
import React from "react";
import {Meta} from "@storybook/react";
import {modal} from "@nextui-org/theme";
import {Button} from "@nextui-org/button";
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tabs/stories/tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const WithFormTemplate = (args: TabsProps) => {

return (
<div className="flex flex-col justify-center items-center w-full h-screen">
<Card className="w-full w-[340px] h-[400px]">
<Card className="w-[340px] h-[400px]">
<CardBody>
<Tabs
aria-label="Tabs form"
Expand Down

0 comments on commit 2a34880

Please sign in to comment.