From cfdd1f7e6dc3f41bea154d9ef84ad959872e9752 Mon Sep 17 00:00:00 2001 From: Designatory <89268060+Designatory@users.noreply.github.com> Date: Sun, 8 May 2022 13:39:03 +0530 Subject: [PATCH] docs: update GeekyWeb's showcase description (#7372) * Docs: Description Edited * minor edit Co-authored-by: Joshua Chen --- website/src/data/users.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 754660f479..4dc300d974 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -748,7 +748,8 @@ const Users: User[] = [ }, { title: 'GeekyWeb', - description: 'Global State and Logic Framework for reactive Applications', + description: + 'Learn to code yourself by exploring documentations, try GeekyWeb once', preview: require('./showcase/geekyweb.png'), website: 'https://geekyweb.eu.org/', source: 'https://github.com/Designatory/GeekyWeb',