diff --git a/components/Pages/Web3Page/Web3Content.tsx b/components/Pages/Web3Page/Web3Content.tsx
index 79627eb..54b1d82 100644
--- a/components/Pages/Web3Page/Web3Content.tsx
+++ b/components/Pages/Web3Page/Web3Content.tsx
@@ -24,7 +24,6 @@ const Web3Content = ({ isPopup = false }) => {
: "md:absolute top-[35px] left-1 text-left md:left-2 text-[12px] md:text-[16px]"
}`}
>
- {data[selectedDrop].startedAt}
{data[selectedDrop].title}{" "}
{isMobile || (isPopup &&
)}
By {data[selectedDrop].artist}