From b094d0da3325bee772597ab16f6b6ee425caad5e Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Tue, 12 Sep 2023 21:02:24 +0200 Subject: [PATCH] link to the project on the login screen fix #12 --- src/views/Login.vue | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/Login.vue b/src/views/Login.vue index 54da283..c746900 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -3,7 +3,7 @@
-

Web Play

+

WebPlay

+
+ create your own WebPlay instance +
@@ -219,4 +222,18 @@ export default { }, components: { ExpanderControl }, }; - \ No newline at end of file + + + \ No newline at end of file