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 19:27:17 +05:30 committed by GitHub
parent 51a543643e
commit 706c4b7101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 7 deletions

View file

@ -125,9 +125,9 @@ exports[`AppTile for a pinned widget should render 1`] = `
width="20px"
/>
</span>
<b>
<h3>
Example 1
</b>
</h3>
<span />
</span>
</span>
@ -211,9 +211,9 @@ exports[`AppTile for a pinned widget should render permission request 1`] = `
width="20px"
/>
</span>
<b>
<h3>
Example 1
</b>
</h3>
<span />
</span>
</span>
@ -364,9 +364,9 @@ exports[`AppTile preserves non-persisted widget on container move 1`] = `
width="20px"
/>
</span>
<b>
<h3>
Example 1
</b>
</h3>
<span />
</span>
</span>