Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
Fix comma
  • Loading branch information
limkinZero authored Feb 19, 2021
1 parent 666302e commit 24ef042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 24ef042

Please sign in to comment.