diff --git a/website/src/data/showcase/channeljs.png b/website/src/data/showcase/channeljs.png deleted file mode 100644 index 32146bc968..0000000000 Binary files a/website/src/data/showcase/channeljs.png and /dev/null differ diff --git a/website/src/data/showcase/repeaterjs.png b/website/src/data/showcase/repeaterjs.png new file mode 100644 index 0000000000..80d66d9da0 Binary files /dev/null and b/website/src/data/showcase/repeaterjs.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index c78c794781..093e7eee69 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -130,14 +130,6 @@ const users = [ source: 'https://github.com/paularmstrong/build-tracker', tags: [], }, - { - title: 'Channel.js', - description: 'The missing constructor for creating safe async iterators', - preview: require('./showcase/channeljs.png'), - website: 'https://repeater.js.org/', - source: 'https://github.com/repeaterjs/repeater', - tags: [], - }, { title: 'Clutch', description: 'An extensible API and UI platform for infrastructure tooling', @@ -615,6 +607,14 @@ const users = [ source: 'https://github.com/rematch/rematch', tags: ['highlight', 'design', 'large'], }, + { + title: 'Repeater.js', + description: 'The missing constructor for creating safe async iterators', + preview: require('./showcase/repeaterjs.png'), + website: 'https://repeater.js.org/', + source: 'https://github.com/repeaterjs/repeater', + tags: [], + }, { title: 'Rooks', description: 'Supercharge your components with this collection of React hooks.',