Skip to content

Commit

Permalink
Merge pull request #182 from LasticXYZ/quickfix
Browse files Browse the repository at this point in the history
Update page.tsx
  • Loading branch information
poppyseedDev authored Jun 1, 2024
2 parents 70fc20a + 06062c4 commit a63ca21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/(Website)/start/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ const StartPage = () => {
<div className="flex flex-col justify-center py-5 items-center w-full">
<div className="p-2">
<PrimaryButtonWeb
title="Coming Soon"
onClick={() => console.log('test')}
disabled={true}
title="Launch App"
location="https://ethprague.vercel.app/"
/>
</div>
<div className="p-2">
Expand Down

0 comments on commit a63ca21

Please sign in to comment.