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:
R Midhun Suresh
2024-05-08 13:57:17 +00:00
committed by GitHub
parent 51a543643e
commit 706c4b7101
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -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}