docs(storybook): remove overriding and unused code (#3566)

* 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
This commit is contained in:
Abhinandan 2024-08-29 07:51:15 +05:30 committed by GitHub
parent e15c43b5a4
commit 2a34880644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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";

View File

@ -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"