From b5ec2662fcfc200e90ee19468b3d692644d4fd0a Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 8 Sep 2024 15:01:01 +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 a5fece0ee..070f804aa 100644 --- a/quartz/components/_SocialShare.tsx +++ b/quartz/components/_SocialShare.tsx @@ -1,7 +1,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types" // @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) => { // Extract necessary data from fileData or another source