Skip to content

Commit

Permalink
chore(#2146): tabs - modify contextual examples
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-soco_goa committed Jan 13, 2025
1 parent 625b141 commit 85de7dd
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions src/routes/components/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -160,7 +160,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -185,7 +185,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -229,7 +229,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -267,7 +267,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -293,7 +293,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -324,7 +324,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -362,7 +362,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -388,7 +388,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -426,7 +426,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -461,7 +461,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -486,7 +486,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th class="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -530,7 +530,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -568,7 +568,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -594,7 +594,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down Expand Up @@ -622,10 +622,12 @@ export default function TabsPage() {
<GoATab heading="All">
<GoATable width="100%">
<thead>
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
<tbody>
{review.map((i) => (
Expand Down Expand Up @@ -661,7 +663,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand All @@ -687,7 +689,7 @@ export default function TabsPage() {
<tr>
<th>Status</th>
<th>Text</th>
<th>Number</th>
<th className="goa-table-number-header">Number</th>
<th>Action</th>
</tr>
</thead>
Expand Down

0 comments on commit 85de7dd

Please sign in to comment.