Skip to content

Commit

Permalink
Merge pull request #94 from SweetmanTech/tech322/remove-date
Browse files Browse the repository at this point in the history
Remove date
  • Loading branch information
techeng322 authored May 6, 2024
2 parents 10ee312 + eced7d4 commit 22741c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Pages/Web3Page/Web3Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} <br />
<span className="uppercase">{data[selectedDrop].title}</span>{" "}
{isMobile || (isPopup && <br />)}
By {data[selectedDrop].artist}
Expand Down

0 comments on commit 22741c6

Please sign in to comment.