Skip to content

Commit

Permalink
Update story for block header
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Oct 31, 2023
1 parent 37a45d6 commit 5df5a76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/stories/table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,37 +360,37 @@ export const StackedBlock = () => html`
<cod-table-body>
<cod-table-row>
<cod-table-cell data-label="Bus Route">1 Vernor</cod-table-cell>
<cod-table-cell data-label="Route Viewer">
<cod-table-cell>
<a href="https://example.com">View Route</a>
</cod-table-cell>
<cod-table-cell data-label="Downloadable Schedule">
<cod-table-cell>
<a href="https://example.com">Download Schedule</a>
</cod-table-cell>
</cod-table-row>
<cod-table-row>
<cod-table-cell data-label="Bus Route">2 Michigan</cod-table-cell>
<cod-table-cell data-label="Route Viewer">
<cod-table-cell>
<a href="https://example.com">View Route</a>
</cod-table-cell>
<cod-table-cell data-label="Downloadable Schedule">
<cod-table-cell>
<a href="https://example.com">Download Schedule</a>
</cod-table-cell>
</cod-table-row>
<cod-table-row>
<cod-table-cell data-label="Bus Route">3 Grand River</cod-table-cell>
<cod-table-cell data-label="Route Viewer">
<cod-table-cell>
<a href="https://example.com">View Route</a>
</cod-table-cell>
<cod-table-cell data-label="Downloadable Schedule">
<cod-table-cell>
<a href="https://example.com">Download Schedule</a>
</cod-table-cell>
</cod-table-row>
<cod-table-row>
<cod-table-cell data-label="Bus Route">4 Gunston</cod-table-cell>
<cod-table-cell data-label="Route Viewer">
<cod-table-cell>
<a href="https://example.com">View Route</a>
</cod-table-cell>
<cod-table-cell data-label="Downloadable Schedule">
<cod-table-cell>
<a href="https://example.com">Download Schedule</a>
</cod-table-cell>
</cod-table-row>
Expand Down

0 comments on commit 5df5a76

Please sign in to comment.