Skip to content

Commit 0386ae2

Browse files
Hide Langflow badge buttons in playground modal publish options
1 parent c2cee7a commit 0386ae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/modals/IOModal/playground-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export default function IOModal({
426426
<Button
427427
onClick={LangflowButtonClick}
428428
variant="primary"
429-
className="w-full !rounded-xl shadow-lg"
429+
className="hidden w-full !rounded-xl shadow-lg"
430430
>
431431
<LangflowLogoColor />
432432
<div className="text-sm">Built with Langflow</div>
@@ -444,7 +444,7 @@ export default function IOModal({
444444
>
445445
<Button
446446
variant="primary"
447-
className="h-12 w-12 !rounded-xl !p-4 shadow-lg"
447+
className="hidden h-12 w-12 !rounded-xl !p-4 shadow-lg"
448448
onClick={LangflowButtonClick}
449449
>
450450
<LangflowLogoColor className="h-[18px] w-[18px] scale-150" />

0 commit comments

Comments
 (0)