lavoce #42

Merged
bragaz_rexita merged 18 commits from lavoce into main 2026-04-10 05:35:38 +00:00
Showing only changes of commit 13fcc126a2 - Show all commits

View File

@@ -37,8 +37,7 @@ import {
} from '@ant-design/icons';
const { Text } = Typography;
const url = new URL(import.meta.env.VITE_WHATSAPP_URL);
const host = url.hostname;
const host = window.location.hostname;
const isLocal =
host === '127.0.0.1' ||