From 1bc0820daf844e410ed401f89839201278d2fac7 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 8 Sep 2024 14:44:44 +0300 Subject: [PATCH] _SocialShare.tsx --- quartz/components/_SocialShare.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/_SocialShare.tsx b/quartz/components/_SocialShare.tsx index 19f826b40..fb58a85b9 100644 --- a/quartz/components/_SocialShare.tsx +++ b/quartz/components/_SocialShare.tsx @@ -2,7 +2,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro // If `script` is required but causes type issues, consider fixing the type instead of ignoring. // @ts-ignore import script from "./scripts/_socialshare.inline" -import style from "./styles/_socialshare.scss.scss" +import style from "./styles/_socialshare.scss" const SocialShare: QuartzComponent = ({ displayClass, fileData }: QuartzComponentProps) => { return (