chore: update video text

This commit is contained in:
JovannMC 2025-02-24 12:56:31 +03:00
parent 85df644e96
commit 73cf06a855
No known key found for this signature in database
1 changed files with 10 additions and 5 deletions

View File

@ -74,7 +74,7 @@
<span>Images</span>
</div>
<div class="flex flex-col text-center justify-center">
<div class="file-category-card-content">
<p class="flex items-center justify-center gap-2">
<Check size="20" /> Fully supported
</p>
@ -97,7 +97,7 @@
<span>Audio</span>
</div>
<div class="flex flex-col text-center justify-between">
<div class="file-category-card-content">
<p class="flex items-center justify-center gap-2">
<Check size="20" /> Fully supported
</p>
@ -119,12 +119,13 @@
</div>
<span>Video *</span>
</div>
<div class="flex flex-col text-center justify-between">
<div class="file-category-card-content">
<p>
Video requires special setup. <a
Video uploads to a server for processing by default,
learn how to set it up locally <a
target="_blank"
href="https://github.com/VERT-sh/VERT/wiki/How-to-convert-video-with-VERT"
>Learn more</a
>here</a
>.
</p>
<p>
@ -154,6 +155,10 @@
@apply flex items-center justify-center gap-3 text-xl;
}
.file-category-card-content {
@apply flex flex-col text-center justify-between;
}
.icon-container {
@apply p-2 rounded-full text-on-accent;
}