Changed tooltip when component added

This commit is contained in:
Lucas Oliveira 2023-11-08 16:12:01 -03:00
commit f1e197ea97

View file

@ -215,7 +215,11 @@ export const MarketCardComponent = ({
</ShadTooltip>
<ShadTooltip
content={
authorized ? "Add to Account" : "Please review your API key."
authorized
? added
? "Clone"
: "Add to Account"
: "Please review your API key."
}
>
<Button