mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 06:16:52 +00:00
fix: sub-text & alignments
This commit is contained in:
@@ -225,7 +225,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
<div class="flex justify-between gap-12">
|
||||
<div class="text-sm font-normal text-gray-600">
|
||||
<div>
|
||||
Connections simplify managing stored configurations for different integrations.
|
||||
Manage connections for your integrations.
|
||||
<a target="_blank" rel="noopener noreferrer"> Learn more </a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -83,10 +83,7 @@ const handleAddIntegration = (type: typeof integrationType) => {
|
||||
'max-w-[740px]': !isModal,
|
||||
}"
|
||||
>
|
||||
<div>
|
||||
Centralise your operations by aggregating information from various external platforms into NocoDB. Select from the
|
||||
available integrations below to get started. <a target="_blank" rel="noopener noreferrer"> Learn more </a>
|
||||
</div>
|
||||
<div>Connect integrations with NocoDB. <a target="_blank" rel="noopener noreferrer"> Learn more </a></div>
|
||||
</div>
|
||||
|
||||
<div class="integration-type-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user