Updates
This commit is contained in:
parent
4f2122b091
commit
392e42f820
@ -9,8 +9,8 @@ import ModalLayout from './modal_layout'
|
||||
import Button from '../button'
|
||||
import StatusCheckBox from '../status_check_box'
|
||||
import Switch from '../switch'
|
||||
import Text from '../Text'
|
||||
import Textarea from '../Textarea'
|
||||
import Text from '../text'
|
||||
import Textarea from '../textarea'
|
||||
|
||||
const messages = defineMessages({
|
||||
close: { id: 'lightbox.close', defaultMessage: 'Close' },
|
||||
|
@ -16,6 +16,10 @@ const mapStateToProps = state => {
|
||||
}
|
||||
}
|
||||
|
||||
bin/rails db:migrate
|
||||
bin/rails assets:precompile
|
||||
|
||||
|
||||
export default
|
||||
@connect(mapStateToProps)
|
||||
class SidebarHeader extends ImmutablePureComponent {
|
||||
@ -32,7 +36,7 @@ class SidebarHeader extends ImmutablePureComponent {
|
||||
<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(' ')}>
|
||||
<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
|
||||
</Text>
|
||||
</NavLink>
|
||||
|
Loading…
x
Reference in New Issue
Block a user