From 554381705953ea9f6b6b80275e98364742331e72 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Fri, 17 Dec 2021 20:08:52 +0100 Subject: [PATCH] Add beta info --- lib/projects/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/projects/index.ts b/lib/projects/index.ts index a9f6012..1cf942d 100644 --- a/lib/projects/index.ts +++ b/lib/projects/index.ts @@ -10,6 +10,8 @@ const projectList: Project[] = [ "Everyone else: Have no fear. It is pretty simple. You just type in commands and the output is shown here or it does something on the webite.", "To find out, which commands are available, you can type just 'help'.", "", + "Currently everything is still in development. So if you come back in a few days/weeks/months/years something could have been changed!", + "", "Have fun!" ], repo: "https://git.c0ntroller.de/c0ntroller/frontpage"