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 169957b commit ba2e2fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ export type Section = {
includeAgs: string[];
excludeAgs: string[];
hasHero: boolean;
heroHTML?: string;
heroTitle?: string;
//why is here no heroSubtitle? also missing in different locations
heroImage?: string;
render: SectionElement[];
};
Expand Down Expand Up @@ -185,7 +183,6 @@ export const Section = ({
title={modifiedSection.title}
status={modifiedSection.status}
hasHero={modifiedSection.hasHero}
heroHTML={modifiedSection.heroHTML}
heroTitle={modifiedSection.heroTitle}
heroImage={modifiedSection.heroImage}
anchor={modifiedSection.anchor}
Expand Down

0 comments on commit ba2e2fc

Please sign in to comment.