diff --git a/website/src/data/showcase/geekyweb.png b/website/src/data/showcase/geekyweb.png index ff14aa60ec67..283bdf4a22c8 100644 Binary files a/website/src/data/showcase/geekyweb.png and b/website/src/data/showcase/geekyweb.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index f50972115381..754660f47965 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -152,14 +152,6 @@ export const Tags: {[type in TagType]: Tag} = { // Add your site to this list // prettier-ignore const Users: User[] = [ - { - title: 'GeekyWeb', - description: 'Global State and Logic Framework for reactive Applications', - preview: require('./showcase/geekyweb.png'), - website: 'https://geekyweb.eu.org/', - source: 'https://github.com/Designatory/GeekyWeb', - tags: ['opensource', 'design'], - }, { title: 'AgileTs', description: 'Global State and Logic Framework for reactive Applications', @@ -754,6 +746,14 @@ const Users: User[] = [ source: 'https://github.com/stackql/fullstackchronicles.io', tags: ['opensource', 'personal'], }, + { + title: 'GeekyWeb', + description: 'Global State and Logic Framework for reactive Applications', + preview: require('./showcase/geekyweb.png'), + website: 'https://geekyweb.eu.org/', + source: 'https://github.com/Designatory/GeekyWeb', + tags: ['opensource', 'design'], + }, { title: 'Ghostly', description: 'A divine template/print formatter engine',