diff --git a/website/src/assets/masterplan-highlight.png b/website/src/assets/masterplan-highlight.png new file mode 100644 index 00000000..4af621c1 Binary files /dev/null and b/website/src/assets/masterplan-highlight.png differ diff --git a/website/src/content/our-games.tsx b/website/src/content/our-games.tsx index 8b3e06aa..c2b81f73 100644 --- a/website/src/content/our-games.tsx +++ b/website/src/content/our-games.tsx @@ -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(); @@ -22,6 +23,13 @@ export default function OurGames() { description={t('Turowa gra logiczna')} highlight={monsterStepsHighlight} href={'/games/monster-steps/'} + inProgress={false} + /> +