fix header

This commit is contained in:
hzrd149 2024-12-01 20:05:55 -06:00
parent 4e7e856b95
commit 9f46a7c779

View File

@ -89,7 +89,7 @@ export default function SupportView() {
<VerticalPageLayout alignItems="center">
<IntersectionObserverProvider callback={callback}>
<Box textAlign="center">
<Heading>TOP ZAPS</Heading>
<Heading>Top Supporters</Heading>
<Text color="GrayText">In the last month</Text>
</Box>
{support?.[0] && <TopZap zap={support[0]} />}