Waka tooltip copy edits
This commit is contained in:
parent
61e7a38b33
commit
2b93e5cca7
1 changed files with 7 additions and 8 deletions
|
@ -432,10 +432,8 @@ function ShortTimestamp({ when }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function WakaPopover({ children, ...props }) {
|
function WakaPopover({ children, ...props }) {
|
||||||
const placement = useBreakpointValue({ base: "bottom", md: "right" });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover placement={placement} {...props}>
|
<Popover placement="bottom" {...props}>
|
||||||
<PopoverTrigger>{children}</PopoverTrigger>
|
<PopoverTrigger>{children}</PopoverTrigger>
|
||||||
<Portal>
|
<Portal>
|
||||||
<PopoverContent>
|
<PopoverContent>
|
||||||
|
@ -447,14 +445,15 @@ function WakaPopover({ children, ...props }) {
|
||||||
</p>
|
</p>
|
||||||
<Box height="1em" />
|
<Box height="1em" />
|
||||||
<p>
|
<p>
|
||||||
Other factors, like rarity and popularity, can affect the trade
|
It's a super helpful starting point, but it's not the only factor!
|
||||||
economy too—and it can change quickly!
|
Rarity and popularity can affect trade values too, and the trade
|
||||||
|
economy can change quickly.
|
||||||
</p>
|
</p>
|
||||||
<Box height="1em" />
|
<Box height="1em" />
|
||||||
<p>
|
<p>
|
||||||
Be sure to take all factors into account for your trades! And
|
Be sure to take all factors into account for your trades, rather
|
||||||
consider asking for a "value check" on the Neoboards if you're not
|
than sticking to just this number! And consider asking for a
|
||||||
sure.
|
"value check" on the Neoboards if you're not sure.
|
||||||
</p>
|
</p>
|
||||||
</PopoverBody>
|
</PopoverBody>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
|
|
Loading…
Reference in a new issue