From ca8acdd4efa428f6144cd015a9c925dddbf6f2c7 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 17:39:47 +0530 Subject: [PATCH] admin: set eternal-domination-game to draft --- src/lib/interactives.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/interactives.ts b/src/lib/interactives.ts index 4ec6803..13c3101 100644 --- a/src/lib/interactives.ts +++ b/src/lib/interactives.ts @@ -704,7 +704,7 @@ export const allInteractives: Interactive[] = [ themes: ["Miscellany"], dateAdded: "2025-01-22", hasGreenScreen: false, - status: "published" as const, + status: "draft" as const, }, { slug: "computing-pi",