commit 139d43ee68ed02206d5d5f96a5f26f6fc7822069
parent 628f2eedbb04e27a99457b96a2072aa690e984f2
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Sun, 24 Mar 2024 08:20:49 -0700
Rename main page to "times"
Main doesn't really make sense anymore since the main functionality
is split into multiple pages now.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/timekeeper.c b/timekeeper.c
@@ -34,7 +34,7 @@ static char *pages[] = {
 	[PageLogin] = "login",
 	[PageLogout] = "logout",
 	[PageAccount] = "account",
-	[PageMain] = "main",
+	[PageMain] = "times",
 	[PageExport] = "export",
 	[PageArchive] = "archive",
 	[PageAbout] = "about"