mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
Change Riot Bot button text and make it a block element
Fixes https://github.com/vector-im/riot-web/issues/8265
This commit is contained in:
parent
0cce912cf6
commit
0591c3a2bb
@ -140,10 +140,12 @@ export default class HelpSettingsTab extends React.Component {
|
|||||||
target='_blank'>{sub}</a>,
|
target='_blank'>{sub}</a>,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
<div>
|
||||||
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
<AccessibleButton onClick={this._onStartBotChat} kind='primary'>
|
||||||
{_t("Start a chat with Riot Bot")}
|
{_t("Chat with Riot Bot")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user