Skip to content

Commit

Permalink
chore(web): under construction sign
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Aug 30, 2023
1 parent f4bef39 commit f8d0879
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions web/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@ export default function Home() {
prefixTitle="Dope Wars:"
imageSrc="/images/punk-girl.png"
>
<VStack boxSize="full" gap="10px">
<VStack boxSize="full" gap="10px" justify="center">
<Card variant="pixelated">
<HStack w="full" p="20px" gap="10px" justify="center">
{/* <Alert />
<Text align="center">
Building our empire, one update at a time.
</Text> */}
<Button
<VStack>
<HStack>
<Alert />
<Text align="center">Under Construction</Text>
</HStack>
<Text align="center">
Get ready hustlers... Season II starts in September
</Text>
</VStack>
{/* <Button
flex="1"
isDisabled={!!account}
isLoading={isBurnerDeploying}
Expand All @@ -77,11 +82,11 @@ export default function Home() {
}}
>
Hustle
</Button>
</Button> */}
</HStack>
</Card>

<Text>HALL OF FAME</Text>
{/* <Text>HALL OF FAME</Text>
<VStack
boxSize="full"
gap="20px"
Expand All @@ -93,7 +98,7 @@ export default function Home() {
}}
>
<Leaderboard />
</VStack>
</VStack> */}
</VStack>
</Layout>
);
Expand Down

1 comment on commit f8d0879

@vercel
Copy link

@vercel vercel bot commented on f8d0879 Aug 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollyourown – ./web

rollyourown-git-main.preview.cartridge.gg
rollyourown.preview.cartridge.gg

Please sign in to comment.