1 parent c2cee7a commit 0386ae2Copy full SHA for 0386ae2
1 file changed
src/frontend/src/modals/IOModal/playground-modal.tsx
@@ -426,7 +426,7 @@ export default function IOModal({
426
<Button
427
onClick={LangflowButtonClick}
428
variant="primary"
429
- className="w-full !rounded-xl shadow-lg"
+ className="hidden w-full !rounded-xl shadow-lg"
430
>
431
<LangflowLogoColor />
432
<div className="text-sm">Built with Langflow</div>
@@ -444,7 +444,7 @@ export default function IOModal({
444
445
446
447
- className="h-12 w-12 !rounded-xl !p-4 shadow-lg"
+ className="hidden h-12 w-12 !rounded-xl !p-4 shadow-lg"
448
449
450
<LangflowLogoColor className="h-[18px] w-[18px] scale-150" />
0 commit comments