From f9694bb8d623a17c62b6f1c4a874a82715e952cd Mon Sep 17 00:00:00 2001 From: SeniorDev Date: Wed, 24 Apr 2024 15:19:23 -0400 Subject: [PATCH 1/4] I fix typo --- components/WebCam/WebCam.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WebCam/WebCam.tsx b/components/WebCam/WebCam.tsx index 434efc1..8893aa2 100644 --- a/components/WebCam/WebCam.tsx +++ b/components/WebCam/WebCam.tsx @@ -38,7 +38,7 @@ const WebCam = () => { className="w-full h-full flex justify-center items-center" onClick={onClick} > -

Verify Identify

+

Verify Identity

)} {granted && ( From 94391751df17dbf6427131d21b62b2e7b0b4d606 Mon Sep 17 00:00:00 2001 From: SeniorDev Date: Wed, 24 Apr 2024 15:25:55 -0400 Subject: [PATCH 2/4] I fix z index --- components/Pages/Web3Page/Web3Content.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Pages/Web3Page/Web3Content.tsx b/components/Pages/Web3Page/Web3Content.tsx index 5ccbd5f..884ca07 100644 --- a/components/Pages/Web3Page/Web3Content.tsx +++ b/components/Pages/Web3Page/Web3Content.tsx @@ -18,7 +18,7 @@ const Web3Content = ({ isPopup = false }) => { text-[12px] md:text-[16px] relative" >
@@ -27,7 +27,7 @@ const Web3Content = ({ isPopup = false }) => { By {data[selectedDrop].artist}
From d7d1303fe27cc4e20a4354b5d90d6ce7cdfe022e Mon Sep 17 00:00:00 2001 From: SeniorDev Date: Wed, 24 Apr 2024 15:35:32 -0400 Subject: [PATCH 3/4] I fix overlap --- components/Core/DraggableModal.tsx | 2 +- components/Pages/Web3Page/Trailer.tsx | 2 +- components/Pages/Web3Page/Web3Content.tsx | 25 ++++++++++++++--------- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/components/Core/DraggableModal.tsx b/components/Core/DraggableModal.tsx index 1b6db4c..fa630d3 100644 --- a/components/Core/DraggableModal.tsx +++ b/components/Core/DraggableModal.tsx @@ -22,7 +22,7 @@ const DraggableModal = ({ children, href, handleClose, isVisible = null }) => { onClick={handleClose} /> -
+
(
-
+
{ return (
{data[selectedDrop].startedAt}
- {data[selectedDrop].title} {isMobile &&
} + {data[selectedDrop].title}{" "} + {isMobile || (isPopup &&
)} By {data[selectedDrop].artist}
From 898740946f64351053f6273450076770ec4e4852 Mon Sep 17 00:00:00 2001 From: SeniorDev Date: Wed, 24 Apr 2024 15:44:12 -0400 Subject: [PATCH 4/4] I remove empty className --- components/Pages/ContactPage/ContactForm.tsx | 2 +- components/Pages/ContactPage/ContactSuccess.tsx | 2 +- components/Pages/PressPage/PressContent.tsx | 2 +- components/Pages/Web3Page/Trailer.tsx | 2 +- components/Pages/Web3Page/Web3Content.tsx | 2 +- components/Web3Socials/Web3Socials.tsx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Pages/ContactPage/ContactForm.tsx b/components/Pages/ContactPage/ContactForm.tsx index 862c1ee..1b3553d 100644 --- a/components/Pages/ContactPage/ContactForm.tsx +++ b/components/Pages/ContactPage/ContactForm.tsx @@ -24,7 +24,7 @@ const ContactForm = ({ isPopup }) => { const inputClasses = `${ isPopup ? "md:!w-[250px]" : "md:!w-[400px] md:h-[44px]" } !w-[200px] !text-[10px] md:!text-[20px] h-[32px] ` - const labelClasses = `uppercase text-[10px] ${isPopup ? "" : "md:text-[20px]"}` + const labelClasses = `uppercase text-[10px] ${!isPopup && "md:text-[20px]"}` const buttonRef = useRef() as any diff --git a/components/Pages/ContactPage/ContactSuccess.tsx b/components/Pages/ContactPage/ContactSuccess.tsx index e638acd..19f6844 100644 --- a/components/Pages/ContactPage/ContactSuccess.tsx +++ b/components/Pages/ContactPage/ContactSuccess.tsx @@ -1,7 +1,7 @@ const ContactSuccess = ({ isPopup }) => (

INQUIRY HAS BEEN SENT
PLEASE GIVE US 48-72 HRS
TO RESPOND diff --git a/components/Pages/PressPage/PressContent.tsx b/components/Pages/PressPage/PressContent.tsx index 1a9716a..7166b6c 100644 --- a/components/Pages/PressPage/PressContent.tsx +++ b/components/Pages/PressPage/PressContent.tsx @@ -12,7 +12,7 @@ const PressContent = ({ isPopup = false }) => (