feat: update pricing (#1749)

This commit is contained in:
Joel
2023-12-13 16:41:40 +08:00
committed by GitHub
parent 5beb298e47
commit b5b20234e9
6 changed files with 95 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ const arrow = (
<svg className="absolute text-white h-2 w-full left-0 top-full" x="0px" y="0px" viewBox="0 0 255 255"><polygon className="fill-current" points="0,0 127.5,127.5 255,0"></polygon></svg>
)
const Tooltip: FC< TooltipProps> = ({
const Tooltip: FC<TooltipProps> = ({
position = 'top',
triggerMethod = 'hover',
popupContent,
@@ -36,7 +36,7 @@ const Tooltip: FC< TooltipProps> = ({
{children}
</PortalToFollowElemTrigger>
<PortalToFollowElemContent
className="z-[999]"
className="z-[9999]"
>
<div className='relative px-3 py-2 text-xs font-normal text-gray-700 bg-white rounded-md shadow-lg'>
{popupContent}