From 64325dd1826af952d4673a04127f50b644a63148 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 26 Dec 2023 20:55:32 +0000 Subject: [PATCH] fix: add missing Retired projects --- OliverBooth/Pages/Projects/Index.cshtml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/OliverBooth/Pages/Projects/Index.cshtml b/OliverBooth/Pages/Projects/Index.cshtml index 5e450a3..3e5b41a 100644 --- a/OliverBooth/Pages/Projects/Index.cshtml +++ b/OliverBooth/Pages/Projects/Index.cshtml @@ -47,7 +47,7 @@ break; - case ProjectStatus.Hiatus: + case ProjectStatus.Retired:
break; + + case ProjectStatus.Hiatus: +
+ +
+ break; } }