Updates
This commit is contained in:
parent
4f2122b091
commit
392e42f820
@ -9,8 +9,8 @@ import ModalLayout from './modal_layout'
|
|||||||
import Button from '../button'
|
import Button from '../button'
|
||||||
import StatusCheckBox from '../status_check_box'
|
import StatusCheckBox from '../status_check_box'
|
||||||
import Switch from '../switch'
|
import Switch from '../switch'
|
||||||
import Text from '../Text'
|
import Text from '../text'
|
||||||
import Textarea from '../Textarea'
|
import Textarea from '../textarea'
|
||||||
|
|
||||||
const messages = defineMessages({
|
const messages = defineMessages({
|
||||||
close: { id: 'lightbox.close', defaultMessage: 'Close' },
|
close: { id: 'lightbox.close', defaultMessage: 'Close' },
|
||||||
|
@ -16,6 +16,10 @@ const mapStateToProps = state => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bin/rails db:migrate
|
||||||
|
bin/rails assets:precompile
|
||||||
|
|
||||||
|
|
||||||
export default
|
export default
|
||||||
@connect(mapStateToProps)
|
@connect(mapStateToProps)
|
||||||
class SidebarHeader extends ImmutablePureComponent {
|
class SidebarHeader extends ImmutablePureComponent {
|
||||||
@ -32,7 +36,7 @@ class SidebarHeader extends ImmutablePureComponent {
|
|||||||
<h1 className={[_s.default].join(' ')}>
|
<h1 className={[_s.default].join(' ')}>
|
||||||
<NavLink to='/' aria-label='Gab' className={[_s.default, _s.flexRow, _s.noSelect, _s.noUnderline, _s.height50PX, _s.cursorPointer, _s.px10].join(' ')}>
|
<NavLink to='/' aria-label='Gab' className={[_s.default, _s.flexRow, _s.noSelect, _s.noUnderline, _s.height50PX, _s.cursorPointer, _s.px10].join(' ')}>
|
||||||
<GabLogo />
|
<GabLogo />
|
||||||
<Text weight='bold' color='brand' size='extraSmall' className={[_s.pb5, _s.px5].join(' ')}>
|
<Text weight='bold' color='brand' size='extraSmall' className={[_s.pb5].join(' ')}>
|
||||||
BETA
|
BETA
|
||||||
</Text>
|
</Text>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user