From 9846490b87276ded5395c1f1542124fde0262d28 Mon Sep 17 00:00:00 2001 From: killerboss Date: Thu, 31 Oct 2024 19:31:28 +0100 Subject: [PATCH] converted tailwind css for Image support in avatar.tsx --- blog/avatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/avatar.tsx b/blog/avatar.tsx index 7a27a80..fccf400 100644 --- a/blog/avatar.tsx +++ b/blog/avatar.tsx @@ -8,7 +8,7 @@ type Props = { const Avatar = ({ name, picture }: Props) => { return (
- {name} + {name}
{name}
);