diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index 480f9e9..0084214 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -12,8 +12,8 @@
-
-
+
+
- DE
- FR
- IT
diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts
index f37da4e..dd449f4 100644
--- a/src/app/home/home.component.ts
+++ b/src/app/home/home.component.ts
@@ -111,7 +111,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy {
this.allert = true;
setTimeout(() => {
this.allert = false;
- }, 8000);
+ }, 3000);
return;
} else {
const nomeLocation = encodeURIComponent(this.luogoSelezionato);