From 861f7eca10aaa9835f6173a95a5b0fa501d258bb Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sat, 26 Dec 2020 01:13:38 +0100
Subject: [PATCH] Convert Main to domPassage

---
 src/005-passages/managePassages.js | 10 ++++++++++
 src/uncategorized/main.tw          |  5 -----
 2 files changed, 10 insertions(+), 5 deletions(-)
 delete mode 100644 src/uncategorized/main.tw

diff --git a/src/005-passages/managePassages.js b/src/005-passages/managePassages.js
index b1d1e2f7731..e05ee918eb5 100644
--- a/src/005-passages/managePassages.js
+++ b/src/005-passages/managePassages.js
@@ -1 +1,11 @@
+new App.DomPassage("Main",
+	() => {
+		V.nextButton = "END WEEK";
+		V.nextLink = "End Week";
+		V.encyclopedia = "How to Play";
+
+		return App.MainView.full();
+	}, ["jump-to-safe", "jump-from-safe"]
+);
+
 new App.DomPassage("Future Society", () => { return App.UI.fsPassage(); }, ["jump-to-safe", "jump-from-safe"]);
diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
deleted file mode 100644
index 983bec71f57..00000000000
--- a/src/uncategorized/main.tw
+++ /dev/null
@@ -1,5 +0,0 @@
-:: Main [nobr jump-to-safe jump-from-safe]
-
-<<set $nextButton = "END WEEK", $nextLink = "End Week", $encyclopedia = "How to Play">>
-
-<<includeDOM App.MainView.full()>>
-- 
GitLab