FIX: some ui in showcase card
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m37s

This commit is contained in:
2025-08-06 09:06:30 +07:00
parent 84958107e3
commit 9c96616bb0

View File

@@ -645,7 +645,7 @@ export default function ShowCaseInfo() {
/> />
{(isBig || isBigMemory) && ( {(isBig || isBigMemory) && (
<span className="absolute bottom-0 left-0 text-[12px] text-white bg-black/70 px-1 rounded-sm"> <span className="absolute bottom-0 left-0 text-[12px] text-white bg-black/70 px-1 rounded-sm">
{10} {avatarData?.data?.skills?.[avatarSkillTree?.[btn.id]?.["1"]?.PointID] ? avatarData?.data?.skills?.[avatarSkillTree?.[btn.id]?.["1"]?.PointID] : 1}
</span> </span>
)} )}
</div> </div>