docs(showcase): remove supabase (#9856)

Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
This commit is contained in:
krinza.eth 2024-02-20 21:54:45 +05:00 committed by GitHub
parent 1bbc68bc30
commit 0d3ac877d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 9 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with: with:
node-version: '16' node-version: '20'
cache: yarn cache: yarn
- name: Installation - name: Installation
run: yarn run: yarn

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View file

@ -2111,14 +2111,6 @@ const Users: User[] = [
source: 'https://github.com/wixplosives/stylable.io', source: 'https://github.com/wixplosives/stylable.io',
tags: ['opensource'], 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', title: 'Svix',
description: 'Webhooks as a Service', description: 'Webhooks as a Service',