Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
Fix order
  • Loading branch information
limkinZero authored Feb 19, 2021
1 parent 24ef042 commit 21b0d96
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
title: 'Axioms',
description: 'Axioms Developer Hub and Documentation Portal',
preview: require('./showcase/axioms.png'),
website: 'https://developer.axioms.io/',
source: 'https://github.com/axioms-io/developer',
fbOpenSource: false,
pinned: false,
},
{
title: 'Awe framework',
description: 'Awe framework, Build light-weight and functional websites quickly',
Expand All @@ -95,6 +86,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Axioms',
description: 'Axioms Developer Hub and Documentation Portal',
preview: require('./showcase/axioms.png'),
website: 'https://developer.axioms.io/',
source: 'https://github.com/axioms-io/developer',
fbOpenSource: false,
pinned: false,
},
{
title: 'Benthos',
description: 'A stream processor for mundane tasks',
Expand Down

0 comments on commit 21b0d96

Please sign in to comment.