From 7e02aa09f2eaf3c15af5b2b558c8d8404c57067d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Alan=20Guti=C3=A9rrez=20Cruz?= <33694882+jagcruz@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:05:31 -0300 Subject: [PATCH] fix: fix avatar wrapper class in `Creator` component --- src/components/Creator/Creator.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Creator/Creator.astro b/src/components/Creator/Creator.astro index 4dbaa02..a8f783a 100644 --- a/src/components/Creator/Creator.astro +++ b/src/components/Creator/Creator.astro @@ -25,7 +25,7 @@ const { name, description, avatar, direction, links, birthdate } = Astro.props;
-
+
{name}