From 0f442ddb2d4aa0071f3b82a0b6ebfced5d9266d2 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 30 Oct 2023 21:31:36 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(market-card.tsx):=20fix=20ty?= =?UTF-8?q?po=20in=20button=20text=20to=20display=20"Install=20Locally"=20?= =?UTF-8?q?instead=20of=20"Install=20Localy"=20for=20better=20readability?= =?UTF-8?q?=20and=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/pages/StorePage/components/market-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/StorePage/components/market-card.tsx b/src/frontend/src/pages/StorePage/components/market-card.tsx index 4cb38d90b..eaf0d2cb5 100644 --- a/src/frontend/src/pages/StorePage/components/market-card.tsx +++ b/src/frontend/src/pages/StorePage/components/market-card.tsx @@ -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"}