Skip to content

Commit 6ca12d9

Browse files
committed
Improve visual consistency of version not found text
1 parent 11b7808 commit 6ca12d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/routes/projects/[project]/version/[version]/+page.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,10 @@
156156
{:else if version}
157157
<VersionMetadata {version} />
158158
{:else}
159-
<p class="text-sm text-neutral-500">Version not found.</p>
159+
<section class="space-y-4">
160+
<h2 class="flex items-center text-lg font-medium">Metadata</h2>
161+
<p class="text-sm text-neutral-500">Version not found.</p>
162+
</section>
160163
{/if}
161164
<section class="space-y-4">
162165
<h2 class="flex items-center gap-2 text-lg font-medium">Builds</h2>

0 commit comments

Comments
 (0)