Merge branch 'feat/uiAdjusts' of github.com:logspace-ai/langflow into feat/uiAdjusts

This commit is contained in:
Lucas Oliveira 2023-05-30 10:44:53 -03:00
commit fe653c9841
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ export default function ExportModal() {
as="h3"
className="text-lg font-medium dark:text-white leading-10 text-gray-900"
>
Export as
Export
</Dialog.Title>
</div>
</div>

View file

@ -124,7 +124,7 @@ export default function ImportModal() {
as="h3"
className="text-lg font-medium dark:text-white leading-10 text-gray-900"
>
{showExamples ? "Select an example" : "Import from"}
{showExamples ? "Select an example" : "Import"}
</Dialog.Title>
</div>
</div>