From 57270692d1e19c5deceaa31d064bdda76a8a4d52 Mon Sep 17 00:00:00 2001 From: FelipeDorneles09 <157229416+FelipeDorneles09@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:03:23 -0300 Subject: [PATCH] Update index.tsx --- src/app/_components/CartLink/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/_components/CartLink/index.tsx b/src/app/_components/CartLink/index.tsx index d120a677..11a48cce 100644 --- a/src/app/_components/CartLink/index.tsx +++ b/src/app/_components/CartLink/index.tsx @@ -21,7 +21,7 @@ export const CartLink: React.FC<{ return ( - Cart + Carrinho {typeof length === 'number' && length > 0 && ( ({length}) )}