Skip to content

Commit 046857a

Browse files
Update tabs examples
1 parent 4890c2d commit 046857a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stories/Content Presentation/Tabs.stories.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ export const Standard: Story = {
2929
</Tabs.List>
3030

3131
<Tabs.Contents id="past-day">
32-
<div>Past day contents go here</div>
32+
<p>Past day contents go here</p>
3333
</Tabs.Contents>
3434

3535
<Tabs.Contents id="past-week">
36-
<div>Past week contents go here</div>
36+
<p>Past week contents go here</p>
3737
</Tabs.Contents>
3838

3939
<Tabs.Contents id="past-month">
40-
<div>Past month contents go here</div>
40+
<p>Past month contents go here</p>
4141
</Tabs.Contents>
4242
</Tabs>
4343
),
@@ -59,15 +59,15 @@ export const DifferentAccessibleHeading: Story = {
5959
</Tabs.List>
6060

6161
<Tabs.Contents id="past-day-2">
62-
<div>Past day contents go here</div>
62+
<p>Past day contents go here</p>
6363
</Tabs.Contents>
6464

6565
<Tabs.Contents id="past-week-2">
66-
<div>Past week contents go here</div>
66+
<p>Past week contents go here</p>
6767
</Tabs.Contents>
6868

6969
<Tabs.Contents id="past-month-2">
70-
<div>Past month contents go here</div>
70+
<p>Past month contents go here</p>
7171
</Tabs.Contents>
7272
</Tabs>
7373
),

0 commit comments

Comments
 (0)