Skip to content

Commit

Permalink
change h3 to h2 in collaborations for a11y
Browse files Browse the repository at this point in the history
fixes COMMS-1909

Test Plan:
- Go to the collaborations index page
- notice the heading on the text "Getting started with Collaborations"
  is an h2 not an h3

Change-Id: I7b802ccb0be1c578825c3ee39d3fc6d48e69fa19
Reviewed-on: https://gerrit.instructure.com/183569
Tested-by: Jenkins
Reviewed-by: Landon Gilbert-Bland <[email protected]>
QA-Review: Landon Gilbert-Bland <[email protected]>
Product-Review: Steven Burnett <[email protected]>
  • Loading branch information
sdb1228 committed Mar 4, 2019
1 parent 273fd00 commit 66fd2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jsx/collaborations/GettingStartedCollaborations.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import splitAssetString from 'compiled/str/splitAssetString'
}
return (
<div>
<h3 className="ic-Action-header__Heading">{header}</h3>
<h2 className="ic-Action-header__Heading">{header}</h2>
<p>
{content}
</p>
Expand Down

0 comments on commit 66fd2f0

Please sign in to comment.