Skip to content

Commit

Permalink
Label section using header
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jun 18, 2024
1 parent 0dba9fa commit 59d8cd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { WidgetSwitch } from 'components/engagement/view/widgets/WidgetSwitch';
export const EngagementDescription = ({ engagement }: { engagement: Engagement }) => {
const { widgets } = useLoaderData() as { widgets: Widget[] };
return (
<section id="cta-section">
<section id="cta-section" aria-labelledby="description-header">
<Grid
container
justifyContent="space-between"
Expand Down Expand Up @@ -62,7 +62,7 @@ export const EngagementDescription = ({ engagement }: { engagement: Engagement }
minHeight: '120px',
}}
>
<Header2 decorated weight="thin" sx={{ color: colors.surface.white }}>
<Header2 decorated weight="thin" sx={{ color: colors.surface.white }} id="description-header">
Engagement Description
</Header2>
<BodyText
Expand Down

0 comments on commit 59d8cd3

Please sign in to comment.