Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Dec 2, 2024
1 parent 4e7e856 commit 9f46a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/support/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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]} />}
Expand Down

0 comments on commit 9f46a7c

Please sign in to comment.