Skip to content

Commit

Permalink
add text to inform about flip tracking limit
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Apr 23, 2024
1 parent a7755d8 commit 5d492cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/FlipTracking/FlipTracking.tsx
Expand Up @@ -266,7 +266,11 @@ export function FlipTracking(props: Props) {
selected={rangeEndDate}
/>
</div>
) : null}
) : (
<span style={{ float: 'right', fontSize: 'small' }}>
Only auctions sold in the last 7 days are displayed here. <br /> You can see more with <Link href={'/premium'}>Premium</Link>
</span>
)}
</div>
{isLoading ? (
getLoadingElement()
Expand Down

0 comments on commit 5d492cf

Please sign in to comment.