From 24ef0420bbe7f679647fe97060fb34f86fe57a6e Mon Sep 17 00:00:00 2001 From: Pablo Vidal Date: Fri, 19 Feb 2021 10:48:31 +0100 Subject: [PATCH] Update users.js Fix comma --- website/src/data/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/data/users.js b/website/src/data/users.js index 9afdf1cd6823..7b727ce0a7c1 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -88,7 +88,7 @@ const users = [ }, { title: 'Awe framework', - description: 'Awe framework, Build light-weight and functional websites quickly' + description: 'Awe framework, Build light-weight and functional websites quickly', preview: require('./showcase/awe-framework.png'), website: 'https://docs.aweframework.com/', source: 'https://gitlab.com/aweframework/awe',