Skip to content

Commit 26c414e

Browse files
committed
small fix
1 parent 3d0fba5 commit 26c414e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/examples/tabs/tabs.vertical.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Tabs } from "flowbite-react";
88
99
export function Component() {
1010
return (
11-
<Tabs aria-label="Pills" style="vertical">
11+
<Tabs aria-label="Vertical" style="vertical">
1212
<Tabs.Item active title="Tab 1">
1313
<p className="text-sm text-gray-500 dark:text-gray-400">Content 1</p>
1414
</Tabs.Item>
@@ -31,7 +31,7 @@ export function Component() {
3131

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

0 commit comments

Comments
 (0)