mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 14:44:58 +08:00
Fix link spacing
This commit is contained in:
parent
55593416fa
commit
ce560c577f
@ -39,7 +39,7 @@ export default class Stickerpack extends React.Component {
|
|||||||
this.defaultStickersContent = (
|
this.defaultStickersContent = (
|
||||||
<div className='mx_Stickers_contentPlaceholder'>
|
<div className='mx_Stickers_contentPlaceholder'>
|
||||||
<p>{ _t("You don't currently have any stickerpacks enabled") }</p>
|
<p>{ _t("You don't currently have any stickerpacks enabled") }</p>
|
||||||
<p>{ _t("Click") } <span className='mx_Stickers_addLink' onClick={this._launchManageIntegrations} > { _t("here") } </span>{ _t("to add some!") }</p>
|
<p>{ _t("Click") } <span className='mx_Stickers_addLink' onClick={this._launchManageIntegrations} > { _t("here") }</span> { _t("to add some!") }</p>
|
||||||
<img src='img/stickerpack-placeholder.png' alt={_t('Add a stickerpack')} />
|
<img src='img/stickerpack-placeholder.png' alt={_t('Add a stickerpack')} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user