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
|
<meta
|
||||||
name="description"
|
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 property="og:type" content="website" />
|
||||||
<meta
|
<meta
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
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="og:image" content={featuredImage} />
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
property="twitter:description"
|
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} />
|
<meta property="twitter:image" content={featuredImage} />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
|
|
|
@ -42,8 +42,9 @@
|
||||||
<p
|
<p
|
||||||
class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted"
|
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,
|
All image and audio processing is done on your device.
|
||||||
no ads, and completely open source.
|
Videos are converted on our lightning-fast servers. No file
|
||||||
|
size limit, no ads, and completely open source.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-grow w-full h-72">
|
<div class="flex-grow w-full h-72">
|
||||||
|
|
Loading…
Reference in New Issue