We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b8f6a commit 4ce0bf4Copy full SHA for 4ce0bf4
src/components/data/SoftwareBuilds.svelte
@@ -29,7 +29,7 @@
29
{#each builds.slice(0, 10) as build, idx (build.id)}
30
{@const date = new Date(build.time)}
31
<div>
32
- <div class="flex flex-row items-start px-4 py-2 transition-colors hover:bg-blue-100 dark:hover:bg-gray-900">
+ <div class="flex flex-row items-center px-4 py-2 transition-colors hover:bg-blue-100 dark:hover:bg-gray-900">
33
<a
34
role="button"
35
href={build.downloads?.["server:default"]?.url}
0 commit comments