You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Use h tag for widget title instead of b tag (#12504)
* Change b tag to h3 tag * Remove margin * Update snapshots
This commit is contained in:
@@ -537,7 +537,7 @@ export default class AppTile extends React.Component<IProps, IState> {
|
||||
return (
|
||||
<span>
|
||||
<WidgetAvatar app={this.props.app} size="20px" />
|
||||
<b>{name}</b>
|
||||
<h3>{name}</h3>
|
||||
<span>
|
||||
{title ? titleSpacer : ""}
|
||||
{title}
|
||||
|
Reference in New Issue
Block a user