|
@@ -185,7 +185,7 @@ const Footer: FC = () => {
|
|
|
</Badge>
|
|
|
)}
|
|
|
{index == 3 && !!promotion_count && (
|
|
|
- <div className="absolute -top-[0px] right-[4px] flex h-[.16rem] w-[.16rem] items-center justify-center rounded-[50%] bg-[#ff0000] text-[.1rem] text-[#fff]">
|
|
|
+ <div className="absolute -top-[0px] right-[18px] flex h-[.16rem] w-[.16rem] items-center justify-center rounded-[50%] bg-[#ff0000] text-[.1rem] text-[#fff]">
|
|
|
{promotion_count > 99 ? `99+` : promotion_count}
|
|
|
</div>
|
|
|
)}
|