change head text

This commit is contained in:
WieErWill 2021-06-24 10:43:59 +02:00
parent 879842aa06
commit 181b6c41da

View File

@ -9,8 +9,7 @@
<ion-header collapse="condense"> <ion-header collapse="condense">
<ion-toolbar> <ion-toolbar>
<ion-title size="large" <ion-title size="large"
>Cocktaillist >Cocktails {{ cocktails ? "#" + cocktails.length : "please restore" }}</ion-title
{{ cocktails ? "#" + cocktails.length : "#0" }}</ion-title
> >
</ion-toolbar> </ion-toolbar>
</ion-header> </ion-header>