Skip to content

Commit

Permalink
leaderboard update time
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasCImach committed Jan 31, 2025
1 parent 86daa5c commit a5cea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Leaderboard/UserPointsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const UserPointsSection: React.FC<UserPointsSectionProps> = ({

<Flex gap={"8px"} align={"center"}>
<Text size={"1"} style={{ color: theme.color.grey3 }}>
Leaderboard is updated every 10 minutes!
Leaderboard is updated every minute!
</Text>
{false && <Link target="_blank" href={LEADERBOARD_LEARN_MORE_LINK}>
<GradientText>Learn more</GradientText>
Expand Down

0 comments on commit a5cea6a

Please sign in to comment.