Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB authored Jan 18, 2024
1 parent 6c99e10 commit 456c2e1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,6 @@ export default function Home() {
<span className="">Read Blog</span>
</div>
</a>
<button onClick={() =>
setRegisterOpen(true)
}>
<div className="flex text-white font-bold hover:bg-white hover:text-black hover:border-white hover:ring-1 hover:ring-white focus:ring-1 focus:ring-white">
<PlusCircleIcon
height={30}
width={30}
className=""
/>{' '}
<span className="">Register Interest</span>
</div>
</button>
</div>
<div className="date hidden lg:block absolute top-80 right-0 rotate-90">
<p className="text-6xl text-primary font-bold tracking-[1.5rem]">
Expand Down Expand Up @@ -92,4 +80,4 @@ export default function Home() {
<RegisterDialog open={registerOpen} setOpen={setRegisterOpen} />
</main>
)
}
}

0 comments on commit 456c2e1

Please sign in to comment.