Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Jan 14, 2021
1 parent 157a940 commit f715a3d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Nodify',
description: 'High-performance WPF node editor component designed for MVVM.',
preview: require('./showcase/nodify.png'),
website: 'https://miroiu.github.io/nodify/',
source: 'https://github.com/miroiu/nodify',
fbOpenSource: false,
pinned: false,
},
{
title: 'Oxidizer',
description: 'A Rust ORM based on tokio-postgres and refinery',
Expand Down Expand Up @@ -412,16 +421,7 @@ const users = [
website: 'https://developers.getwisdom.io/',
source: 'https://github.com/Wisdom/dev-docs',
fbOpenSource: false,
pinned: true,
},
{
title: 'Nodify',
description: 'High-performance WPF node editor component designed for MVVM.',
preview: require('./showcase/nodify.png'),
website: 'https://miroiu.github.io/nodify/',
source: 'https://github.com/miroiu/nodify',
fbOpenSource: false,
pinned: true,
pinned: false,
},
];

Expand Down

0 comments on commit f715a3d

Please sign in to comment.