Skip to content

Commit

Permalink
feat: clarify games purpose on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsaker committed May 20, 2024
1 parent f5989a6 commit 73509e8
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export const Home = (): ReactElement => {
<StyledLogoIcon />

<Typography kind="heading" as="h1">
Welcome to the unofficial Terraforming Mars digital Player Board 👋🏻
Welcome to the unofficial Terraforming Mars digital Player Board* 👋🏻
</Typography>

<Spacer />

<Typography kind="paragraph">
Where bumping resource markers, fuzzy maths calculations and lack of resource cubes are
a thing of the past 😎 Easily keep track of resources and their production. Allocate
resources in the Production Phase at the touch of a button.
a thing of the past 😎 Easily keep track of resources and their production. Hint:
Allocate resources in the Production Phase at the touch of a button.
</Typography>

<Spacer />
Expand Down Expand Up @@ -69,6 +69,14 @@ export const Home = (): ReactElement => {
<Button type="button" kind="primary" onClick={onNewGameClick}>
NEW GAME
</Button>

<Spacer />

<Typography kind="small">
*This is a fan-made project and is not affiliated with FryxGames or Stronghold Games.
Furthermore, this is not a standalone game. It is a digital player board to help you
play the physical board game.
</Typography>
</Container>
</Page.Content>

Expand Down

0 comments on commit 73509e8

Please sign in to comment.