Skip to content

Commit

Permalink
add link to masterplan
Browse files Browse the repository at this point in the history
  • Loading branch information
gtanczyk committed Sep 19, 2024
1 parent b156ef5 commit de3ffcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added website/src/assets/masterplan-highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/src/content/our-games.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import styled from 'styled-components';

import nukesHighlight from '../assets/nukes-highlight.png';
import monsterStepsHighlight from '../assets/monster-steps-highlight.png';
import masterplanHighlight from '../assets/masterplan-highlight.png';

export default function OurGames() {
const { t } = useTranslation();
Expand All @@ -22,6 +23,13 @@ export default function OurGames() {
description={t('Turowa gra logiczna')}
highlight={monsterStepsHighlight}
href={'/games/monster-steps/'}
inProgress={false}
/>
<GameBox
title={t('MasterPlan')}
description={t('Offline multiplayer strategy game')}
highlight={masterplanHighlight}
href={'/games/masterplan/'}
inProgress={true}
/>
</Section>
Expand Down

0 comments on commit de3ffcb

Please sign in to comment.