diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cce6399..cde26e4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -99,7 +99,7 @@
{#each Object.entries(status) as [key, s]} {@const Icon = s.icon} -
+
{key}
-
- {#if key === "Video"} +
+
+ {#if key === "Video"} +

+ Video uploads to a server for processing by + default, learn how to set it up locally here. +

+ {:else} +

+ Local fully supported +

+ {/if}

- Video uploads to a server for processing by - default, learn how to set it up locally here. + Status: + {s.ready ? "ready" : "not ready"}

- {:else} -

- Local fully supported -

- {/if} -

- Status: - {s.ready ? "ready" : "not ready"} -

+
Supported formats:  @@ -177,7 +179,7 @@ } .file-category-card p { - @apply font-normal text-center text-sm mt-4; + @apply font-normal text-center text-sm; } .file-category-card-inner {