mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 10:39:09 +00:00
add branding images
This commit is contained in:
parent
a176f1770f
commit
4dff63a48a
9 changed files with 103 additions and 8 deletions
|
@ -1,13 +1,14 @@
|
|||
// @flow
|
||||
import * as React from 'react'
|
||||
import HeaderBarCommon from './common'
|
||||
import HeaderBarCommon, { Logomark } from './common'
|
||||
import { type User } from '../../containers/user'
|
||||
|
||||
const HeaderBarAuth: React.StatelessFunctionalComponent<{ user: User }> = ({ user }) => (
|
||||
<HeaderBarCommon>
|
||||
<div>
|
||||
<>
|
||||
<Logomark />
|
||||
Hey there, {user.username}#{user.discriminator}
|
||||
</div>
|
||||
</>
|
||||
</HeaderBarCommon>
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue