From a18f276c4d15d35810ed3f1a926ef7996557d905 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 16 Dec 2024 19:03:13 -0800 Subject: [PATCH] fix: move ul elements outside of p element (#712) --- src/pages/community/index.tsx | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx index 742d4bc74..315f7da6a 100644 --- a/src/pages/community/index.tsx +++ b/src/pages/community/index.tsx @@ -70,37 +70,37 @@ function Community() { The Electron community spans the globe, and English is not everyone's first language. Find documentation in your language on this website, or join one of the language communities below: -

+ );