This commit is contained in:
CHIEFSOFT\ameye
2023-08-08 08:15:26 -04:00
parent aaa5b9e8ff
commit 663e3e8bb7
+4 -4
View File
@@ -178,11 +178,11 @@ export default function UploadProduct() {
{/* section-heading */}
<div className="section-heading w-full mb-5 lg:px-9 px-4 lg:pt-9 pt-5 ">
<h1 className="text-dark-gray dark:text-white lg:text-26 text-18 font-bold tracking-wide mb-1">
Image,Video,Audio or 3D Model
Image,Video,Audio or Documents
</h1>
<p className="text-thin-light-gray text-base tracking-wide font-medium">
File types suppported: JPG, PNG, GIP, SVG, MP4, MP3, WEBM,
OGG, GLB, GLTF. Max Size : 100 MB
File types supported: JPG, PNG, GIP, SVG, MP4, MP3, WEBM,
OGG, GLB, GLTF
</p>
</div>
<div className="main-content w-full lg:flex justify-between lg:px-9 px-4">
@@ -298,7 +298,7 @@ export default function UploadProduct() {
>
<span className="border-b dark:border-[#5356fb29] border-light-red">
{" "}
Cancel
Return
</span>
</button>
{/*<button*/}