Skip to content

Commit

Permalink
Switch course information header from h3 to h2 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhogg committed Jan 17, 2025
1 parent fad9a8c commit 749de90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
significance: patch
type: changed
entry: Changing default heading for Course Information block for accessibility.
2 changes: 1 addition & 1 deletion src/js/blocks/course-information/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const settings = {
},
title_size: {
type: 'string',
default: 'h3',
default: 'h2',
},
length: {
type: 'string',
Expand Down

0 comments on commit 749de90

Please sign in to comment.