Skip to content

Commit a5e99d4

Browse files
Minor changes
1 parent 96dc4dd commit a5e99d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quartz/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } from "./types"
22

33
const Header: QuartzComponent = ({ children }: QuartzComponentProps) => {
4-
return children.length > 0 ? <header>{children}</header> : null
4+
return children.length > 0 ? <header class={"header"}>{children}</header> : null
55
}
66

77
Header.css = `

0 commit comments

Comments
 (0)