Skip to content

Commit 2810ddd

Browse files
committed
web: show the serving build in the footer
1 parent af1a784 commit 2810ddd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

web/src/App.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ function label(key: string): string {
5252
<a class="text-declared hover:underline" href="https://github.com/NativeScript/compatibility">Data on GitHub</a>
5353
<a class="text-declared hover:underline" href="/v1/compatibility.json">JSON</a>
5454
<a class="text-declared hover:underline" href="/v1/schemas/package.json">Schema</a>
55-
<span v-if="generated" class="text-neutral-500 dark:text-neutral-400 dark:text-neutral-400">Updated {{ generated }}</span>
55+
<span v-if="generated" class="text-neutral-500 dark:text-neutral-400">
56+
Updated {{ generated }}<template v-if="document?.build"> · build {{ document.build }}</template>
57+
</span>
5658
</nav>
5759
<div class="mt-5 flex flex-wrap items-center justify-between gap-x-8 gap-y-3">
5860
<div class="flex flex-wrap items-center gap-5">

0 commit comments

Comments
 (0)