feat: add Api and Session contexts

This commit is contained in:
41666 2021-03-13 02:39:39 -05:00
parent f65779f925
commit 9c2a6a8d61
13 changed files with 340 additions and 7 deletions

View file

@ -14,12 +14,12 @@ export const Guest = () => (
<MastheadBase>
<MastheadAlignment>
<MastheadLeft>
<MastheadA href="/">
<MastheadA to="/">
<DynamicLogotype height={30} />
</MastheadA>
</MastheadLeft>
<MastheadRight>
<MastheadA href="/auth/login">
<MastheadA to="/auth/login">
<Button size="small">
Login{' '}
<FaSignInAlt