- added Footer (mobile version)

- fix menu and qselect
This commit is contained in:
paoloar77
2022-02-10 01:04:17 +01:00
parent b4ad353aef
commit e2875e2400
24 changed files with 144 additions and 52 deletions

View File

@@ -23,15 +23,6 @@
<div v-if="isUserOk()">
<div v-if="isUserOk()">
<q-banner rounded class="bg-primary text-white">
<div class="text-h6 text-center">
Ora Accedi al Bot Telegram <br>
per vedere tutti i Menu e le chat !
</div>
<template v-slot:action>
<q-btn icon="fab fa-telegram" flat color="white" label="Accedi al Bot Telegram" type="a" target="__blank" :href="getLinkBotTelegram()"/>
</template>
</q-banner>
</div>
</div>