Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader authored Jul 10, 2024
1 parent 543884d commit dec7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ export const Section = ({
title={modifiedSection.title}
status={modifiedSection.status}
hasHero={modifiedSection.hasHero}
heroImage={modifiedSection.heroImage}
heroHTML={modifiedSection.heroHTML}
heroTitle={modifiedSection.heroTitle}
heroImage={modifiedSection.heroImage}
anchor={modifiedSection.anchor}
isFirstSection={isFirstSection}
>
Expand Down

0 comments on commit dec7a41

Please sign in to comment.