Skip to content

Commit

Permalink
docs(v2): Add wasp to showcase (#3832)
Browse files Browse the repository at this point in the history
* Update users.js

* Added Wasp showcase image.

* fix wasp showcase

Co-authored-by: slorber <[email protected]>
  • Loading branch information
matijaSos and slorber authored Nov 30, 2020
1 parent 21572cc commit 139b668
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added website/src/data/showcase/wasp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,16 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
title: 'Wasp',
description:
'A DSL for building full-stack web apps with less boilerplate.',
preview: require('./showcase/wasp.png'),
website: 'https://wasp-lang.dev/',
source: 'https://github.com/wasp-lang/wasp',
fbOpenSource: false,
pinned: false,
},
{
title: 'Wisdom',
description: 'Session replay web analytics with open data SQL/S3 access.',
Expand Down

0 comments on commit 139b668

Please sign in to comment.