Skip to content

Commit b2c7983

Browse files
committed
후원사 목록 스타일 변경
1 parent b44dd5a commit b2c7983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/components/layout/LayoutSponsorList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const LayoutSponsorList = (props: { list: ISponsorList }) => {
1414

1515
return (
1616
<Container>
17-
<Heading2 useGradient={true}>{t('label:sponsorList')}</Heading2>
18-
<SponsorList list={props.list} useGradientTitle={false} />
17+
<Heading2>{t('label:sponsorList')}</Heading2>
18+
<SponsorList list={props.list} />
1919
</Container>
2020
)
2121
}

0 commit comments

Comments
 (0)