removed btnstyle
This commit is contained in:
parent
88f3c05ec6
commit
6d55e76839
|
@ -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
|
||||||
|
|
|
@ -22,6 +22,6 @@ export default ((opts?: Options) => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
CustomFooter.css = style + btnstyle
|
CustomFooter.css = style
|
||||||
return CustomFooter
|
return CustomFooter
|
||||||
}) satisfies QuartzComponentConstructor
|
}) satisfies QuartzComponentConstructor
|
||||||
|
|
Loading…
Reference in a new issue