diff --git a/src/assets/projects/dungeons-and-dining-tables.mdx b/src/assets/projects/dungeons-and-dining-tables.mdx
index 1ecca0a..2a30cb5 100644
--- a/src/assets/projects/dungeons-and-dining-tables.mdx
+++ b/src/assets/projects/dungeons-and-dining-tables.mdx
@@ -3,6 +3,7 @@ title: Dungeons and Dining Tables
role: Composer and Sound Designer
type: Video Game
date: 2026-07-01
+ongoing: true
description: "Delve dungeons to collect rare furniture, take that furniture back to your home to decorate and the cosier your house is, the higher your stats! ๐ช๐กโ๏ธ Go forth and drive the grumpiness from the land: Your perfect home is just a dungeon away! Oh, and you play as an Axolotl ๐ฅณ"
frontPage: { "order": 1 }
images:
diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro
index 945679a..83fbd76 100644
--- a/src/components/ProjectCard.astro
+++ b/src/components/ProjectCard.astro
@@ -130,7 +130,7 @@ const projectHasBody = project.body && project.body.trim().length > 0;
>
- {projectHasBody && {project.data.title}}{!projectHasBody && project.data.title }
{project.data.title}}{!projectHasBody && project.data.title }{!project.data.ongoing && ({project.data.date.getFullYear()})}