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) { }