From 0d0365cf6dc31d672490cf2919b90a8f8f6c05e8 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Fri, 17 Apr 2026 10:41:22 +0530 Subject: [PATCH] admin: update admin data --- src/data/admin-data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index cade6e6..5d16c1d 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -361,6 +361,12 @@ "text": "in guided mode, show the edges and the numbers, but nothing should be swappable until the user hits start.", "done": false, "refId": "T5" + }, + { + "id": "799be794-b904-4a08-9f04-46d1ae0329a9", + "text": "guided mode help text, change \"Numbers are connected by edges if their sum is NOT divisible by 3, 5, or 7.\" to \"Numbers are connected by light grey edges if their sum is NOT divisible by 3, 5, or 7.\" add a line break and add \"Violations around the circle are marked by red arcs, and valid neighbors are connected by a green line.\"", + "done": false, + "refId": "T6" } ] }