From 1b4b8edac431d43a72a90b3f784390f55877d8a2 Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 7 Sep 2023 10:20:26 +0100 Subject: [PATCH 1/2] add CrabNebula logo --- packages/plugins-workspace | 1 + packages/tauri | 1 + src/pages/index.js | 6 ++++++ static/img/index/partners/crabnebula_color_dark.svg | 13 +++++++++++++ .../img/index/partners/crabnebula_color_light.svg | 13 +++++++++++++ 5 files changed, 34 insertions(+) create mode 160000 packages/plugins-workspace create mode 160000 packages/tauri create mode 100644 static/img/index/partners/crabnebula_color_dark.svg create mode 100644 static/img/index/partners/crabnebula_color_light.svg diff --git a/packages/plugins-workspace b/packages/plugins-workspace new file mode 160000 index 0000000000..319de692bf --- /dev/null +++ b/packages/plugins-workspace @@ -0,0 +1 @@ +Subproject commit 319de692bf5f50775fd3bb1d6722cb03304fd6ab diff --git a/packages/tauri b/packages/tauri new file mode 160000 index 0000000000..bd29b05f15 --- /dev/null +++ b/packages/tauri @@ -0,0 +1 @@ +Subproject commit bd29b05f158c83b8a414a96ec66763a21a9530a2 diff --git a/src/pages/index.js b/src/pages/index.js index 7e7edd1d5f..3b307145cc 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -307,6 +307,12 @@ function PremiumSponsors() { logoColorDark: 'meilisearch_color_dark.svg', logoColorLight: 'meilisearch_color_light.svg', }, + { + name: 'CrabNebula', + link: 'https://www.crabnebula.dev', + logoColorDark: 'crabnebula_color_dark.svg', + logoColorLight: 'crabnebula_color_light.svg', + }, ] return ( diff --git a/static/img/index/partners/crabnebula_color_dark.svg b/static/img/index/partners/crabnebula_color_dark.svg new file mode 100644 index 0000000000..886b85ceca --- /dev/null +++ b/static/img/index/partners/crabnebula_color_dark.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/static/img/index/partners/crabnebula_color_light.svg b/static/img/index/partners/crabnebula_color_light.svg new file mode 100644 index 0000000000..40d9b08145 --- /dev/null +++ b/static/img/index/partners/crabnebula_color_light.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + From d006918fd72c362e360a4345fdd95161373784ff Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 7 Sep 2023 10:23:52 +0100 Subject: [PATCH 2/2] revert gitmodule --- packages/plugins-workspace | 1 - packages/tauri | 1 - 2 files changed, 2 deletions(-) delete mode 160000 packages/plugins-workspace delete mode 160000 packages/tauri diff --git a/packages/plugins-workspace b/packages/plugins-workspace deleted file mode 160000 index 319de692bf..0000000000 --- a/packages/plugins-workspace +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 319de692bf5f50775fd3bb1d6722cb03304fd6ab diff --git a/packages/tauri b/packages/tauri deleted file mode 160000 index bd29b05f15..0000000000 --- a/packages/tauri +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bd29b05f158c83b8a414a96ec66763a21a9530a2