++ Animation fixed in Home pic.

++"Dark Mode"
This commit is contained in:
Surya Paolo
2022-11-23 23:57:21 +01:00
parent 46bf74e9e2
commit fab0dbbb72
17 changed files with 722 additions and 232 deletions

View File

@@ -49,8 +49,8 @@ export default defineComponent({
}
function Telegram_UsernameHttp() {
if (site.value!.contacts!.telegram)
return tools.getHttpForTelegram(site.value!.contacts!.telegram)
if (site.value.contacts!.telegram)
return tools.getHttpForTelegram(site.value.contacts!.telegram)
else
return ''
}