From 9f0dbfc10c3ff43e7149916d8e316afcb0d0401d Mon Sep 17 00:00:00 2001 From: Christopher Hellen Date: Fri, 9 Aug 2024 09:07:15 -0500 Subject: [PATCH] STCOM-1191 (#2330) --- lib/MenuSection/MenuSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MenuSection/MenuSection.js b/lib/MenuSection/MenuSection.js index 48056e51b..922167e3a 100644 --- a/lib/MenuSection/MenuSection.js +++ b/lib/MenuSection/MenuSection.js @@ -9,7 +9,7 @@ import uniqueId from 'lodash/uniqueId'; import css from './MenuSection.css'; import Headline from '../Headline'; -const MenuSection = ({ className, children, id, label, labelTag = 'div', ...rest }) => { +const MenuSection = ({ className, children, id, label, labelTag = 'h1', ...rest }) => { const sectionId = id || uniqueId('menu-section-'); return (