Skip to content

Commit

Permalink
feat: dotted underline on deps table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Jun 20, 2024
1 parent ab7c904 commit 91bb930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/versions/VersionDependenciesGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<tbody>
<tr class="rounded border !border-surface-500">
<td
class="underline decoration-dotted"
title="Other mods that must be installed for this mod to function. The Mod Manager will automatically install these for you."
>Required Dependencies</td>
<td><div class="text-center">Version Range</div></td>
Expand All @@ -44,6 +45,7 @@
<tbody>
<tr class="rounded border !border-surface-500">
<td
class="underline decoration-dotted"
title="Other mods that don't need to be installed for this mod to function, but may unlock additional functionality when present. You must chose to install them in the Mod Manager if you wish to use them."
>Optional Dependencies</td>
<td><div class="text-center">Version Range</div></td>
Expand Down

0 comments on commit 91bb930

Please sign in to comment.