mirror of
https://github.com/dzeiocom/components.git
synced 2025-04-23 03:12:14 +00:00
Fixed Plus/Minus Sign being missplaced
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
30d507c227
commit
496bafa0e4
@ -138,13 +138,13 @@ export default class Navbar extends React.Component<Props, State> {
|
||||
[css.fullWidth, this.props.fullWidth]
|
||||
)}>
|
||||
<Row nowrap justify="space-between" className={css.header} align="center">
|
||||
{this.props.logo && (
|
||||
<Col>
|
||||
<Link href="/">
|
||||
<Image imageProps={{ ...this.props.logo, height: 34, width: this.props.logo.width * 34 / this.props.logo.height }} />
|
||||
</Link>
|
||||
</Col>
|
||||
)}
|
||||
<Col>
|
||||
{this.props.logo && (
|
||||
<Link href="/">
|
||||
<Image imageProps={{ ...this.props.logo, height: 34, width: this.props.logo.width * 34 / this.props.logo.height }} />
|
||||
</Link>
|
||||
)}
|
||||
</Col>
|
||||
<Col nogrow><Text tag="div">
|
||||
<Plus size={24} onClick={this.onCloseOpenClick} />
|
||||
</Text></Col>
|
||||
|
Loading…
x
Reference in New Issue
Block a user