mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-07-24 07:30:49 +00:00
Scamming banner
This commit is contained in:
@@ -12,6 +12,7 @@ import SiteVerification from '~/components/common/SiteVerification.astro';
|
||||
import Analytics from '~/components/common/Analytics.astro';
|
||||
import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
import CookieConsent from '../components/CookieConsent.astro';
|
||||
import Scamming from '../components/common/Scamming.jsx';
|
||||
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ViewTransitions } from 'astro:transitions';
|
||||
@@ -42,6 +43,7 @@ const { language, textDirection } = I18N;
|
||||
</head>
|
||||
|
||||
<body class="antialiased text-default bg-page tracking-tight">
|
||||
<Scamming client:load />
|
||||
<slot />
|
||||
|
||||
<BasicScripts />
|
||||
|
||||
Reference in New Issue
Block a user