We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dc4dd commit a5e99d4Copy full SHA for a5e99d4
1 file changed
quartz/components/Header.tsx
@@ -1,7 +1,7 @@
1
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
2
3
const Header: QuartzComponent = ({ children }: QuartzComponentProps) => {
4
- return children.length > 0 ? <header>{children}</header> : null
+ return children.length > 0 ? <header class={"header"}>{children}</header> : null
5
}
6
7
Header.css = `
0 commit comments