From 020c26d7eb23ac539869fb0786be7b80f12871b9 Mon Sep 17 00:00:00 2001 From: Lukas Brendle Date: Fri, 20 Oct 2023 09:21:39 +0200 Subject: [PATCH] adds text to cursors --- angular-frontend/src/app/app.component.html | 73 ++++++++++++--------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/angular-frontend/src/app/app.component.html b/angular-frontend/src/app/app.component.html index e134ed0..95b2b64 100644 --- a/angular-frontend/src/app/app.component.html +++ b/angular-frontend/src/app/app.component.html @@ -1,36 +1,45 @@ - -
- - - Dungeons & WebSockets • Treasure Chest - - - - - - - -
-
- - - - - - Please wait... - - -
-
-
- +
+ {{cursor.name}} + +
+
+ + + Dungeons & WebSockets • Treasure Chest + + + + + + + +
+
+ + + + + + Please wait... + + +
+
+
+ +
+ +
+
+
- -
-
-
-
-
+
\ No newline at end of file