mirror of https://github.com/VERT-sh/VERT.git
add supported format section to about
This commit is contained in:
parent
4de6e489ae
commit
d9f7bb5591
|
@ -104,7 +104,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-full max-w-screen-lg h-full grid grid-cols-1 grid-rows-1 relative"
|
class="w-full max-w-screen-lg h-full grid grid-cols-1 grid-rows-1 relative pb-20"
|
||||||
>
|
>
|
||||||
{#key data.pathname}
|
{#key data.pathname}
|
||||||
<div class="w-full h-full">
|
<div class="w-full h-full">
|
||||||
|
|
|
@ -18,6 +18,13 @@
|
||||||
has a beautiful UI! ✨
|
has a beautiful UI! ✨
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2 class="font-display text-3xl mt-12">🖼️ supported formats</h2>
|
||||||
|
<p class="mt-6">
|
||||||
|
As of right now, VERT only supports image conversion of most popular
|
||||||
|
formats. Don't worry though, as we'll add support for more formats in
|
||||||
|
the future!
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2 class="font-display text-3xl mt-12">🎨 credits</h2>
|
<h2 class="font-display text-3xl mt-12">🎨 credits</h2>
|
||||||
<div class="flex gap-4 mt-8">
|
<div class="flex gap-4 mt-8">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue