Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored May 13, 2021
1 parent 1868deb commit b5f9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const getCSS: GetCSSFn = config => {

const Component: LayoutComponent = ({ config }) => {
const text = gString(config, "Text");
return <Markdown className="header">{text}</Markdown>;
return <h1>{text}</h1>;
};

export const simpleLayout: ILayout = {
Expand Down

0 comments on commit b5f9037

Please sign in to comment.