From a09ab53630fbf69f67195c4e2852e02ca40e0743 Mon Sep 17 00:00:00 2001 From: Claudanilo Xavier Date: Wed, 22 Nov 2023 19:33:57 -0300 Subject: [PATCH] fix: use avatar children --- lib/components/Avatar/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/Avatar/index.tsx b/lib/components/Avatar/index.tsx index c6272d7..b35a08c 100644 --- a/lib/components/Avatar/index.tsx +++ b/lib/components/Avatar/index.tsx @@ -25,6 +25,7 @@ const Avatar: FC = ({ {...rest} > A + {children} ) }