🐛 fix(market-card.tsx): fix typo in button text to display "Install Locally" instead of "Install Localy" for better readability and consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-10-30 21:31:36 -03:00
commit 0f442ddb2d

View file

@ -190,7 +190,7 @@ export const MarketCardComponent = ({ data }: { data: storeComponent }) => {
"main-page-nav-button" + (loading ? " animate-spin" : "")
}
/>
{added ? "Install Localy" : "Add to Account"}
{added ? "Install Locally" : "Add to Account"}
</Button>
</div>
</div>