fix: icon

This commit is contained in:
yyh
2026-03-04 22:02:36 +08:00
parent 04e0ab7eda
commit f594a71dae

View File

@ -77,7 +77,7 @@ const ProviderCardActions: FC<Props> = ({ detail, onUpdate }) => {
)}
>
<span>{version}</span>
{isFromMarketplace && <span className="i-ri-arrow-down-s-line h-3 w-3" />}
{isFromMarketplace && <span className="i-ri-arrow-left-right-line h-3 w-3" />}
{hasNewVersion && (
<span className="absolute -right-0.5 -top-0.5 h-1.5 w-1.5 rounded-full bg-state-destructive-solid" />
)}