Update status card to open url in new tab
• Update: - status card to open url in new tab on click
This commit is contained in:
parent
4b5493eeda
commit
b031cf3ff1
@ -244,6 +244,7 @@ export default class StatusCard extends ImmutablePureComponent {
|
|||||||
href={card.get('url')}
|
href={card.get('url')}
|
||||||
rel={DEFAULT_REL}
|
rel={DEFAULT_REL}
|
||||||
ref={this.setRef}
|
ref={this.setRef}
|
||||||
|
target='_blank'
|
||||||
className={[_s.default, _s.cursorPointer, _s.overflowHidden, _s.noUnderline, _s.width100PC, _s.bgSubtle_onHover, _s.borderColorSecondary, _s.border1PX, _s.radiusSmall].join(' ')}
|
className={[_s.default, _s.cursorPointer, _s.overflowHidden, _s.noUnderline, _s.width100PC, _s.bgSubtle_onHover, _s.borderColorSecondary, _s.border1PX, _s.radiusSmall].join(' ')}
|
||||||
>
|
>
|
||||||
<ResponsiveClassesComponent
|
<ResponsiveClassesComponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user