From 954201c9ee5384fa2b4f068e7ce2cb15f58b40c8 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 23:59:34 -0400 Subject: [PATCH] Shortcut --- src/app/views/home/home.component.html | 12 +++++++----- src/app/views/home/home.component.ts | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/views/home/home.component.html b/src/app/views/home/home.component.html index bbc2948..3cc7302 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -6,10 +6,12 @@ -
- -
- -
+
+
+ +
+ +
+
diff --git a/src/app/views/home/home.component.ts b/src/app/views/home/home.component.ts index bd80044..b3e4d60 100644 --- a/src/app/views/home/home.component.ts +++ b/src/app/views/home/home.component.ts @@ -10,7 +10,7 @@ const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; styleUrls: ['home.component.scss'] }) export class HomeComponent { - splash = true; + code: string; constructor(private syncService: SyncService, private router: Router) { }