Improved style

This commit is contained in:
grata
2023-04-18 16:43:26 +02:00
parent 3ebba88398
commit afde6a25e5
2 changed files with 3 additions and 3 deletions

View File

@@ -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);