Skip to content

Commit

Permalink
updated table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Jan 31, 2024
1 parent eb7b961 commit 4a5b107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/getting-started/table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@
</div>
<div class="col-span-1 bg-success r-heading rounded p-2 text-xl">
<h3 id="ot_selectOS">Platform</h3>
<p id="ot_decriptionOS" class="sr-only">Platform list contains five items</p>
<p id="ot_decriptionOS" class="sr-only">Platform list contains six items</p>
</div>
<div
class="col-span-4 w-full r-content"
Expand All @@ -1994,7 +1994,7 @@
aria-labelledby="ot_selectOS"
aria-describedby="ot_decriptionOS"
>
<div class="grid grid-cols-5 gap-4 ot_os">
<div class="grid grid-cols-6 gap-4 ot_os">
{#each TrainingPlatforms as trainingplatform, i}
<a
class="r-option version join-item btn rounded"
Expand All @@ -2009,7 +2009,7 @@

<div class="col-span-1 bg-success r-heading rounded p-2 text-xl">
<h3 id="ot_selectLanguage">API</h3>
<p id="ot_decriptionLanguage" class="sr-only">API list contains six items</p>
<p id="ot_decriptionLanguage" class="sr-only">API list contains seven items</p>
</div>
<div
class="col-span-4 w-full r-content"
Expand All @@ -2018,7 +2018,7 @@
aria-labelledby="ot_selectLanguage"
aria-describedby="ot_decriptionLanguage"
>
<div class="grid grid-cols-6 gap-4 ot_language">
<div class="grid grid-cols-7 gap-4 ot_language">
{#each TrainingAPIs as trainingapi, i}
<a
class="r-option version join-item btn rounded"
Expand Down

0 comments on commit 4a5b107

Please sign in to comment.