Skip to content

Commit 4ce0bf4

Browse files
committed
fix: alignment on software builds
1 parent 39b8f6a commit 4ce0bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/data/SoftwareBuilds.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{#each builds.slice(0, 10) as build, idx (build.id)}
3030
{@const date = new Date(build.time)}
3131
<div>
32-
<div class="flex flex-row items-start px-4 py-2 transition-colors hover:bg-blue-100 dark:hover:bg-gray-900">
32+
<div class="flex flex-row items-center px-4 py-2 transition-colors hover:bg-blue-100 dark:hover:bg-gray-900">
3333
<a
3434
role="button"
3535
href={build.downloads?.["server:default"]?.url}

0 commit comments

Comments
 (0)