From 6d55e76839d787faa0561c9d6ea262abf6cc9807 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Mon, 14 Oct 2024 18:49:18 +0200 Subject: [PATCH] removed btnstyle --- quartz/components/Btn8831.tsx | 1 - quartz/components/CustomFooter.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/quartz/components/Btn8831.tsx b/quartz/components/Btn8831.tsx index 501a337..f1a6c8d 100644 --- a/quartz/components/Btn8831.tsx +++ b/quartz/components/Btn8831.tsx @@ -3,7 +3,6 @@ import style from "./styles/buttons8831.scss" // Import the JSON data import buttonsData from "./buttons.json" -import { List } from "mdast-util-to-hast/lib/handlers/list" export default (() => { // Define the component diff --git a/quartz/components/CustomFooter.tsx b/quartz/components/CustomFooter.tsx index 30c6fcb..f00e5c8 100644 --- a/quartz/components/CustomFooter.tsx +++ b/quartz/components/CustomFooter.tsx @@ -22,6 +22,6 @@ export default ((opts?: Options) => { ) } - CustomFooter.css = style + btnstyle + CustomFooter.css = style return CustomFooter }) satisfies QuartzComponentConstructor