diff --git a/src/components/Footer.astro b/src/components/Footer.astro index ed07814..29c981e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -21,7 +21,7 @@ const t = useTranslations(lang) type="text/javascript" charset="utf-8" async - src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A069b17526dc83cbf87c488f13ae089eb3af0f8f74af57e1be82e183434693562&width=100%25&height=400&lang=ru_RU&scroll=true" + src=`https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A069b17526dc83cbf87c488f13ae089eb3af0f8f74af57e1be82e183434693562&width=100%25&height=400&lang=${lang}&scroll=false` >
logo