Skip to content

Commit

Permalink
Fix poop-up description
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaravanbakhsh committed Nov 27, 2024
1 parent 3fc3214 commit 6364971
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 @@ -37,7 +37,7 @@ const Stats = observer(({ model }: Props) => {
</p>
<p className='ml-auto'>{model.protocolFee}</p>
</div>
<div className='my-4 flex flex-row'>
<div className='relative my-4 flex flex-row'>
<p>Staked</p>
<img src={question} className='peer ml-1 w-4 dark:hidden' />
<img src={questionDark} className='peer ml-1 hidden w-4 dark:block' />
Expand Down

0 comments on commit 6364971

Please sign in to comment.