Skip to content

Commit

Permalink
Update users.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Feb 8, 2021
1 parent bd5cc4c commit 4897b47
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 @@ -219,6 +219,15 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Hashnode Support',
description: 'A help portal for Hashnode users',
preview: require('./showcase/hashnode.png'),
website: 'https://support.hashnode.com/',
source: 'https://github.com/Hashnode/support',
fbOpenSource: false,
pinned: false,
},
{
title: 'Hermes',
description: 'JavaScript engine optimized for React Native',
Expand Down Expand Up @@ -450,15 +459,6 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Hashnode Support',
description: 'A help portal for Hashnode users',
preview: require('./showcase/hashnode.png'),
website: 'https://support.hashnode.com/',
source: 'https://github.com/Hashnode/support',
fbOpenSource: false,
pinned: false,
},
];

users.forEach((user) => {
Expand Down

0 comments on commit 4897b47

Please sign in to comment.