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