mirror of https://github.com/VERT-sh/VERT.git
fix: transparency in file uploading
This commit is contained in:
parent
d96cfbd306
commit
018f67811c
|
@ -90,7 +90,7 @@
|
|||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
|
@ -99,7 +99,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
/>
|
||||
<meta property="og:image" content={featuredImage} />
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
|
@ -109,7 +109,7 @@
|
|||
/>
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing is done on your device."
|
||||
content="With VERT you can quickly convert any image, video and audio file. No ads, no tracking, open source, and all processing (other than video) is done on your device."
|
||||
/>
|
||||
<meta property="twitter:image" content={featuredImage} />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
|
|
@ -42,8 +42,9 @@
|
|||
<p
|
||||
class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted"
|
||||
>
|
||||
All processing is done on your device. No file size limit,
|
||||
no ads, and completely open source.
|
||||
All image and audio processing is done on your device.
|
||||
Videos are converted on our lightning-fast servers. No file
|
||||
size limit, no ads, and completely open source.
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex-grow w-full h-72">
|
||||
|
|
Loading…
Reference in New Issue