Skip to content

Commit

Permalink
feat: remove unnecessary tooltip and change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 19, 2024
1 parent 65e25c5 commit f2099e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/creators/TopUsersCard.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Skeleton } from 'antd'
import clsx from 'clsx'
import { ComponentProps, CSSProperties } from 'react'
import { HiOutlineInformationCircle } from 'react-icons/hi2'
import { useSelectProfileSpace, useSelectSpace } from 'src/rtk/app/hooks'
import { useFetchTopUsers } from 'src/rtk/features/activeStaking/hooks'
import { useIsMobileWidthOrDevice } from '../responsive'
Expand Down Expand Up @@ -36,8 +35,7 @@ export default function TopUsersCard({ ...props }: TopUsersCardProps) {
<>
<div className='d-flex justify-content-between align-items-center'>
<div className='d-flex align-items-center FontWeightSemibold GapMini'>
<span className='FontSemilarge'>Top members (last 24h)</span>
<HiOutlineInformationCircle />
<span className='FontSemilarge'>Top users (last 24h)</span>
</div>
{/* {isMobile && seeMoreButton} */}
</div>
Expand Down

0 comments on commit f2099e8

Please sign in to comment.