From c650c1fc8ecc67a03f9a2fcfa022b516b5dbb7b4 Mon Sep 17 00:00:00 2001 From: guofei Date: Thu, 24 Oct 2024 19:07:14 +0800 Subject: [PATCH] fix: change style --- src/app/components/Examples.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/Examples.tsx b/src/app/components/Examples.tsx index 7db422d..72419ec 100644 --- a/src/app/components/Examples.tsx +++ b/src/app/components/Examples.tsx @@ -22,7 +22,7 @@ export default function Examples(props: { dict: Record; lang: st return ( <> -
+
{examples.map((item: { icon: string | undefined; url: string }, index: number) => { return (