Merge branch 'feature/store' of github.com:logspace-ai/langflow into feature/store

This commit is contained in:
cristhianzl 2023-10-30 22:42:05 -03:00
commit 02c58211cf

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>