Skip to content

Commit

Permalink
chore: update aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Jun 20, 2024
1 parent 61ee5fd commit 76eb02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/versions/VersionDependenciesGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</script>

<div class="grid grid-flow-row">
<table aria-label="Mod Dependencies" class="max-w-auto table table-hover !overflow-visible">
<table aria-label="Required Mod Dependencies" class="max-w-auto table table-hover !overflow-visible">
<tbody>
<tr class="rounded border !border-surface-500">
<td
Expand All @@ -44,7 +44,7 @@
<!-- Optional dependencies are uncommon as of now, so don't spend UI space on them unless there are any -->
{#if optionalDependencies?.length !== 0}
<div class="grid grid-flow-row">
<table aria-label="Mod Dependencies" class="max-w-auto table table-hover !overflow-visible">
<table aria-label="Optional Mod Dependencies" class="max-w-auto table table-hover !overflow-visible">
<tbody>
<tr class="rounded border !border-surface-500">
<td
Expand Down

0 comments on commit 76eb02a

Please sign in to comment.