From 6a1d612a2763eba4cd26843f97afd663f049ec12 Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 5 Jan 2024 09:58:05 +0300 Subject: [PATCH] ackee-fix --- src/components/Topic/TopicBadge/TopicBadge.tsx | 1 - src/pages/article.page.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Topic/TopicBadge/TopicBadge.tsx b/src/components/Topic/TopicBadge/TopicBadge.tsx index 728a4918..51debc5b 100644 --- a/src/components/Topic/TopicBadge/TopicBadge.tsx +++ b/src/components/Topic/TopicBadge/TopicBadge.tsx @@ -19,7 +19,6 @@ type Props = { } export const TopicBadge = (props: Props) => { - const [isSubscribing, setIsSubscribing] = createSignal(false) const { t, lang } = useLocalize() const { mediaMatches } = useMediaQuery() const [isMobileView, setIsMobileView] = createSignal(false) diff --git a/src/pages/article.page.tsx b/src/pages/article.page.tsx index 2d04a363..15db27a8 100644 --- a/src/pages/article.page.tsx +++ b/src/pages/article.page.tsx @@ -41,7 +41,7 @@ export const ArticlePage = (props: PageProps) => { script.async = true script.src = 'https://ackee.discours.io/increment.js' script.dataset.ackeeServer = 'https://ackee.discours.io' - script.dataset.ackeeDomainId = '1004abeb-89b2-4e85-ad97-74f8d2c8ed2d' + script.dataset.ackeeDomainId = '306f0723-77cc-4c11-8b9c-8415a1e9daf0' try { document.body.appendChild(script) } catch (error) {