Skip to content

Commit

Permalink
Fix incorrect leagues tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
jahooma committed Jul 11, 2024
1 parent 52f93f8 commit 0492bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion web/components/leagues/cohort-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const CohortTable = (props: {
<th className={clsx('px-2 pb-1 text-right sm:pr-10')}>
<InfoTooltip
text={
'Includes both realized and unrealized profits from bets placed this month plus quest rewards and unique trader bonuses.'
'Includes both realized and unrealized profits from bets placed this month plus creator earnings.'
}
>
Mana earned{' '}
Expand Down
7 changes: 0 additions & 7 deletions web/pages/leagues/[[...leagueSlugs]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,6 @@ export default function Leagues() {
/>

<Col className="mx-auto w-full max-w-xl gap-2 px-1 pt-2 sm:pt-0">
<Col className="mb-1 rounded border border-indigo-200 bg-indigo-100 px-4 py-2 shadow-sm dark:border-indigo-800 dark:bg-indigo-900">
<div className="font-semibold">Update July 2nd</div>
<div>
Mana earned now counts only trading profits & creator earnings.
(Streak, quest, and boost bonuses are removed.) Happy trading!
</div>
</Col>
<Col className="sm:mt-2 lg:mt-0">
<Row className="mb-2 items-center gap-4">
<Title className="!mb-0 hidden sm:block">Leagues</Title>
Expand Down

0 comments on commit 0492bf9

Please sign in to comment.