We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44dd5a commit b2c7983Copy full SHA for b2c7983
frontend/components/layout/LayoutSponsorList.tsx
@@ -14,8 +14,8 @@ const LayoutSponsorList = (props: { list: ISponsorList }) => {
14
15
return (
16
<Container>
17
- <Heading2 useGradient={true}>{t('label:sponsorList')}</Heading2>
18
- <SponsorList list={props.list} useGradientTitle={false} />
+ <Heading2>{t('label:sponsorList')}</Heading2>
+ <SponsorList list={props.list} />
19
</Container>
20
)
21
}
0 commit comments