From 3a4307e24d7218bc7bf9333d85f2172d2fedfeaa Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 5 Sep 2024 23:42:38 +0300 Subject: [PATCH] updated Ads --- quartz/components/_YandexMetrika.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quartz/components/_YandexMetrika.tsx b/quartz/components/_YandexMetrika.tsx index cf41b0084..59d88e360 100644 --- a/quartz/components/_YandexMetrika.tsx +++ b/quartz/components/_YandexMetrika.tsx @@ -1,4 +1,4 @@ -import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" +import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"; const YandexMetrika: QuartzComponent = ({ displayClass, cfg }: QuartzComponentProps) => { const embedScript = ` @@ -13,7 +13,7 @@ const YandexMetrika: QuartzComponent = ({ displayClass, cfg }: QuartzComponentPr trackLinks: true, accurateTrackBounce: true }); - ` + `; return ( <> @@ -28,7 +28,7 @@ const YandexMetrika: QuartzComponent = ({ displayClass, cfg }: QuartzComponentPr - ) -} + ); +}; -export default (() => YandexMetrika) satisfies QuartzComponentConstructor +export default (() => YandexMetrika) satisfies QuartzComponentConstructor; \ No newline at end of file