Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Aug 11, 2024
1 parent db7de11 commit efc0377
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib/components/versions/VersionDependenciesGrid.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
{#each dependencies as dependency}
<tr class="rounded border !border-surface-500">
<td>
<a
title="Click to view mod page"
href={`${base}/mod/${dependency.mod_id}`}
class="text-yellow-500"><u>{dependency.mod_id}</u></a>
<a title="Click to view mod page" href={`${base}/mod/${dependency.mod_id}`} class="text-yellow-500">
<u>{dependency.mod_id}</u>
</a>
</td>
<td><div class="text-center">{dependency.condition}</div></td>
</tr>
Expand Down

0 comments on commit efc0377

Please sign in to comment.