Skip to content

Commit

Permalink
Update WaitListForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
toonami2907 authored Jul 21, 2024
1 parent da19a22 commit 7e6bb06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/components/WaitListForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ const WaitlistForm: React.FC = () => {
{actionData?.success ? (
<section className="waitlist-success h-[414.57px] w-[383.34px] lg:h-[406.8px] lg:w-[703.2px]">
<div className="relative flex flex-col items-center justify-center">
<img
src="/Vector.png"
className="h-[179px] w-[177px] opacity-25"
/>
<img src="/Vector.png" className="h-[179px] w-[177px] opacity-25" />

<span className="thumbs-up left-10 top-2">
<ThumbsUp size={20} />
</span>
Expand Down

0 comments on commit 7e6bb06

Please sign in to comment.