add branding images

This commit is contained in:
41666 2019-03-11 04:57:11 -05:00
parent a176f1770f
commit 4dff63a48a
9 changed files with 103 additions and 8 deletions

View file

@ -1,12 +1,13 @@
// @flow
import * as React from 'react'
import HeaderBarCommon from './common'
import HeaderBarCommon, { Logotype } from './common'
const HeaderBarUnauth: React.StatelessFunctionalComponent<{}> = () => (
<HeaderBarCommon>
<div>
<>
<Logotype />
Hey stranger.
</div>
</>
</HeaderBarCommon>
)