Skip to content

Commit

Permalink
update beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 22, 2024
1 parent facc7f0 commit 345d61c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ const Multiplayer = () => {
<p>Two players join a lobby, choose their decks, and duel</p>
<HStack fontFamily="monospace" my="0.5rem">
<p>Version:</p>
<Box p="0 0.5rem" borderRadius="0.5rem" bg="gray.700">
ALPHA
<Box p="0 0.5rem" borderRadius="0.5rem" bg="blue.600">
BETA
</Box>
<p>Expect bugs!</p>
<p>Share feedback/bugs!</p>
</HStack>
<ol style={{ listStyle: "inside", marginBottom: "0.5rem" }}>
<li>start a lobby</li>
Expand Down

0 comments on commit 345d61c

Please sign in to comment.