Skip to content

Commit

Permalink
Merge pull request #471 from galacticcouncil/fix-tooltip
Browse files Browse the repository at this point in the history
Fix tooltip
  • Loading branch information
vkulinich-cl authored Mar 13, 2024
2 parents 1402437 + ab3a340 commit 11080b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/pools/header/claim/PoolsHeaderClaim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const PoolsHeaderClaim = () => {
<ChevronDown />
</STrigger>
<Portal>
<Content asChild side="bottom" align="end" sideOffset={8}>
<Content side="bottom" align="end" sideOffset={8}>
<SContent>
<PoolsHeaderClaimContent onClaim={() => setOpen(false)} />
</SContent>
Expand Down

0 comments on commit 11080b0

Please sign in to comment.