Skip to content

Commit 99e700b

Browse files
committed
Remove GlobalHeader from home page
1 parent 9df964f commit 99e700b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/home.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
limitations under the License.
1414
*/
1515
import { h } from "preact";
16-
import { GlobalHeader } from "./header";
1716

1817
// tslint:disable-next-line:variable-name
1918
export const Home = props => {
2019
const md = require("../../README.md");
2120
return (
2221
<div class="index">
23-
<GlobalHeader />
2422
<div class="intro flex-row">
2523
<div class="flex-cell">
2624
<div dangerouslySetInnerHTML={{ __html: md }} />

0 commit comments

Comments
 (0)