Update header styling

This commit is contained in:
Robert Long
2021-12-02 17:21:37 -08:00
parent dbaf467a20
commit f09454ec09
13 changed files with 316 additions and 110 deletions

View File

@@ -16,7 +16,7 @@ limitations under the License.
import React, { useCallback, useRef, useState } from "react";
import { useHistory, useLocation, Link } from "react-router-dom";
import { Header, LeftNav } from "./Header";
import { Header, LeftNav, HeaderLogo } from "./Header";
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
import { Center, Content, Info, Modal } from "./Layout";
@@ -54,7 +54,9 @@ export function RegisterPage({ onRegister }) {
return (
<>
<Header>
<LeftNav />
<LeftNav>
<HeaderLogo />
</LeftNav>
</Header>
<Content>
<Center>