Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalveera committed Apr 30, 2024
1 parent 3d0fba5 commit 26c414e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/examples/tabs/tabs.vertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Tabs } from "flowbite-react";
export function Component() {
return (
<Tabs aria-label="Pills" style="vertical">
<Tabs aria-label="Vertical" style="vertical">
<Tabs.Item active title="Tab 1">
<p className="text-sm text-gray-500 dark:text-gray-400">Content 1</p>
</Tabs.Item>
Expand All @@ -31,7 +31,7 @@ export function Component() {

export function Component() {
return (
<Tabs aria-label="Pills" style="vertical">
<Tabs aria-label="Vertical" style="vertical">
<Tabs.Item active title="Tab 1">
<p className="text-sm text-gray-500 dark:text-gray-400">Content 1</p>
</Tabs.Item>
Expand Down

0 comments on commit 26c414e

Please sign in to comment.