removed btnstyle

This commit is contained in:
Heli-o 2024-10-14 18:49:18 +02:00
parent 88f3c05ec6
commit 6d55e76839
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@ import style from "./styles/buttons8831.scss"
// Import the JSON data // Import the JSON data
import buttonsData from "./buttons.json" import buttonsData from "./buttons.json"
import { List } from "mdast-util-to-hast/lib/handlers/list"
export default (() => { export default (() => {
// Define the component // Define the component

View file

@ -22,6 +22,6 @@ export default ((opts?: Options) => {
) )
} }
CustomFooter.css = style + btnstyle CustomFooter.css = style
return CustomFooter return CustomFooter
}) satisfies QuartzComponentConstructor }) satisfies QuartzComponentConstructor