Skip to content

Commit

Permalink
change register button to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed May 2, 2024
1 parent bc46713 commit 75b5769
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/app/(content)/events/[category]/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,7 @@ const Page = () => {

<div className=" flex justify-center items-start p-10">
<div>
<div className="text-center 2xl:text-2xl">
<Link href="/register">
<EncryptButton targetText="register now" />
</Link>
</div>

{/* <h1 className="text-3xl font-bold text-white">{eventInfo?.name}</h1> */}
<Image
src={eventInfo?.thumbnail || ""}
Expand All @@ -173,6 +169,11 @@ const Page = () => {
<span>/{eventInfo?.team ? "team" : "person"}</span>{" "}
</span>
</div>
<div className="text-center 2xl:text-2xl">
<Link href="/register">
<EncryptButton targetText="register now" />
</Link>
</div>
</div>
<div></div>
</div>
Expand Down

0 comments on commit 75b5769

Please sign in to comment.