Skip to content

Commit

Permalink
Fix a title
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaravanbakhsh committed Nov 27, 2024
1 parent 1c74231 commit d351cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Stats = observer(({ model }: Props) => {
<p className='ml-auto'>{model.currentlyStaked}</p>
</div>
<div className='relative my-4 flex flex-row'>
<p>Holders Count</p>
<p>Holders</p>
<img src={question} className='peer ml-1 w-4 dark:hidden' />
<img src={questionDark} className='peer ml-1 hidden w-4 dark:block' />
<p className='absolute left-1/3 top-6 z-10 hidden -translate-x-1/4 rounded-lg bg-lightblue p-4 text-xs font-normal text-blue shadow-xl peer-hover:block'>
Expand Down

0 comments on commit d351cd7

Please sign in to comment.