Skip to content

Commit

Permalink
chore: adjust tooltip arrow position
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Oct 17, 2023
1 parent 415c48b commit 06bd394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Halving/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const HalvingCountdownPage = () => {

{halvingCount > 1 && (
<Popover
placement="topLeft"
placement="top"
arrowPointAtCenter
content={
<Table
Expand Down

0 comments on commit 06bd394

Please sign in to comment.