mirror of https://github.com/VERT-sh/VERT.git
fix: supported formats text (#8)
* feat: basic dark mode * feat: theme toggle * Completed dark mode and about page changes * Fix progressive blur on dark mode * feat: dynadark tailwind plugin for dark detection * feat: fix "supported formats" text --------- Co-authored-by: Realmy <163438634+RealmyTheMan@users.noreply.github.com>
This commit is contained in:
parent
ada8eed9c2
commit
6cb64d1b8e
|
@ -54,9 +54,8 @@
|
||||||
🖼️ supported formats
|
🖼️ supported formats
|
||||||
</h2>
|
</h2>
|
||||||
<p class="mt-6 text-transition" style="--delay: {4 * multiplier}ms">
|
<p class="mt-6 text-transition" style="--delay: {4 * multiplier}ms">
|
||||||
As of right now, VERT only supports image conversion of most popular
|
As of right now, VERT supports image and audio conversion of most
|
||||||
formats. Don't worry though, as we'll add more options and support for
|
popular formats. We'll add support for more formats in the future!
|
||||||
more formats in the future!
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2
|
<h2
|
||||||
|
|
Loading…
Reference in New Issue