From db92011c63d99424c3179e710459a54e8cfc4fb3 Mon Sep 17 00:00:00 2001 From: hta218 Date: Sat, 27 May 2023 12:01:20 +0700 Subject: [PATCH] chore: fix typo --- app/weaverse/sections/image-with-text/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/weaverse/sections/image-with-text/_index.tsx b/app/weaverse/sections/image-with-text/_index.tsx index 921fc525..0617ca45 100644 --- a/app/weaverse/sections/image-with-text/_index.tsx +++ b/app/weaverse/sections/image-with-text/_index.tsx @@ -82,4 +82,4 @@ export let template: any = { children: [], }, ], -} +};