Skip to content

Commit

Permalink
Changes to mark 'Data Migration Run' in a explicit heading tag
Browse files Browse the repository at this point in the history
'Data Migration Run' was only styled to look like headings but wasn’t marked as such, hence added h2 heading tag explicitly.
  • Loading branch information
salesforce-suyash-more committed Jun 26, 2024
1 parent 6c69ebb commit fef85cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<lightning-layout-item size="8">
<div title={title}>
<span class="slds-truncate"><strong>{title}</strong></span>
<span class="slds-truncate"><h2><strong>{title}</strong></h2></span>
</div>
</lightning-layout-item>

Expand Down

0 comments on commit fef85cb

Please sign in to comment.