File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
10
10
useTheme ,
11
11
} from "@chakra-ui/react"
12
12
13
- import { BasePageProps , ChildOnlyProp , CommonHeroProps } from "@/lib/types"
13
+ import { BasePageProps , ChildOnlyProp } from "@/lib/types"
14
14
import { ICard , IGetInvolvedCard } from "@/lib/interfaces"
15
15
16
16
import ActionCard from "@/components/ActionCard"
@@ -19,6 +19,7 @@ import Callout from "@/components/Callout"
19
19
import Card from "@/components/Card"
20
20
import FeedbackCard from "@/components/FeedbackCard"
21
21
import { HubHero } from "@/components/Hero"
22
+ import type { HubHeroProps } from "@/components/Hero/HubHero"
22
23
import { Image } from "@/components/Image"
23
24
import MainArticle from "@/components/MainArticle"
24
25
import OldHeading from "@/components/OldHeading"
@@ -214,7 +215,7 @@ const CommunityPage = () => {
214
215
} ,
215
216
]
216
217
217
- const heroContent : CommonHeroProps = {
218
+ const heroContent : HubHeroProps = {
218
219
title : t ( "page-community-hero-title" ) ,
219
220
header : t ( "page-community-hero-header" ) ,
220
221
description : t ( "page-community-hero-subtitle" ) ,
You can’t perform that action at this time.
0 commit comments