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