+
-
-
Documentation
+
+
+
Documentation
-
-
- Workspace Setup
-
-
-
- Setting up SMTP as email service
+
+
+ Workspace Setup
+
+
+
+ Setting up SMTP as email service
+
+
+
diff --git a/packages/nc-gui/components/account/setup/List.vue b/packages/nc-gui/components/account/setup/List.vue
index 4cbc0b4456..27e39e8996 100644
--- a/packages/nc-gui/components/account/setup/List.vue
+++ b/packages/nc-gui/components/account/setup/List.vue
@@ -65,7 +65,8 @@ const closeResetModal = () => {
}"
:src="app.logo"
/>
-
+
{{ app.title }}
@@ -128,10 +129,10 @@ const closeResetModal = () => {
@apply p-4 w-950px gap-5 mx-auto my-2 grid grid-cols-3;
.item {
- @apply text-base w-296px max-w-296px flex gap-3 border-1 border-gray-200 py-3 px-6 rounded-xl items-center cursor-pointer hover:(shadow bg-gray-50);
+ @apply text-base w-296px max-w-296px flex gap-3 border-1 border-gray-200 py-4 px-5 rounded-xl items-center cursor-pointer hover:(shadow bg-gray-50);
.icon {
- @apply max-w-32px max-h-32px;
+ @apply !w-8 !h-8 object-contain
}
.title {
diff --git a/packages/nc-gui/public/plugins/scaleway.png b/packages/nc-gui/public/plugins/scaleway.png
index 342a50f686..6730d9480b 100644
Binary files a/packages/nc-gui/public/plugins/scaleway.png and b/packages/nc-gui/public/plugins/scaleway.png differ