Skip to content

Commit

Permalink
fix(L4): Remove h1 from <Document>
Browse files Browse the repository at this point in the history
  • Loading branch information
bewildergeist committed Feb 22, 2022
1 parent 17be8af commit 3340e9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lesson-04/remix-site/app/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function Document({ children, title }) {
<title>{title}</title>
</head>
<body>
<h1>Remix Blog</h1>
{children}
{process.env.NODE_ENV === "development" ? <LiveReload /> : null}
<Scripts />
Expand Down

0 comments on commit 3340e9b

Please sign in to comment.