Skip to content

Commit

Permalink
docs(showcase): remove supabase (#9856)
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
  • Loading branch information
kaymomin and slorber committed Feb 20, 2024
1 parent 1bbc68b commit 0d3ac87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/showcase-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '16'
node-version: '20'
cache: yarn
- name: Installation
run: yarn
Expand Down
Binary file removed website/src/data/showcase/supabase.png
Binary file not shown.
8 changes: 0 additions & 8 deletions website/src/data/users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2111,14 +2111,6 @@ const Users: User[] = [
source: 'https://github.com/wixplosives/stylable.io',
tags: ['opensource'],
},
{
title: 'Supabase',
description: 'Open Source Realtime and RESTful APIs for Postgres',
preview: require('./showcase/supabase.png'),
website: 'https://www.supabase.io/docs',
source: 'https://github.com/supabase/supabase/tree/master/web',
tags: ['opensource', 'favorite', 'design', 'large', 'product'],
},
{
title: 'Svix',
description: 'Webhooks as a Service',
Expand Down

0 comments on commit 0d3ac87

Please sign in to comment.