Skip to content

Commit

Permalink
fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Apr 27, 2024
1 parent 300c6f1 commit e05dd6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ const Home: NextPage = () => {
<>
<div className="flex items-center flex-col flex-grow pt-10">
<div className="px-5">
{/* create a home page for private voting starter kit with maci */}
<h1 className="text-4xl font-bold text-center">Private Voting Starter Kit with MACI</h1>

{/* create a split view with one side to show the registration button and the other side to show a image */}
<div className="flex flex-col-reverse md:flex-row justify-center items-center mt-10 sm:w-2/3 mx-auto gap-x-10 gap-y-5 mb-10">
<div className="flex-1">
<p className="text-lg mt-5 text-justify">
Expand Down

0 comments on commit e05dd6b

Please sign in to comment.