++ Animation fixed in Home pic.
++"Dark Mode"
This commit is contained in:
@@ -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 ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user