Skip to content

Commit

Permalink
Fix packages table
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 16, 2024
1 parent fdd5dc4 commit 7e93675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/package-table.astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let totalPackages = apiResponse.meta.pagination.total;
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 dark:text-gray-400">
{p.installed_size}
</td>
<td class="whitespace-wrap px-3 py-4 text-sm text-gray-500 dark:text-gray-300 align-middle">
<td class="whitespace-wrap px-3 py-4 text-sm text-gray-500 dark:text-gray-300">
<a
href={p.upstream_url}
target="_blank"
Expand Down

0 comments on commit 7e93675

Please sign in to comment.