mirror of https://github.com/VERT-sh/VERT.git
chore: update video text
This commit is contained in:
parent
85df644e96
commit
73cf06a855
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue