Skip to content

Commit af73dc0

Browse files
committed
chore: iframe src
1 parent 6e0e03e commit af73dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[lang]/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export function ContactForm() {
475475
>
476476
<iframe
477477
className="w-full h-200 border-0"
478-
src="https://stackblitz.com/github/tanstack/form/tree/main/examples/react/simple?embed=1&theme=light&preset=node"
478+
src="https://stackblitz.com/edit/vitejs-vite-mmjycpjj?file=src%2Fcomponents%2FSelect.tsx,src%2Fcomponents%2FRadioGroup.tsx,src%2Fcomponents%2FRadio.tsx,src%2Fcomponents%2FInputNumber.tsx,tsconfig.app.json,src%2Fcomponents%2FInput.tsx,src%2Fcomponents%2FCascader.tsx,src%2Fcomponents%2FArrayField.tsx,src%2Fcomponents%2FCheckbox.tsx,src%2Fcomponents%2FContainer.tsx,src%2FApp.tsx,src%2Fsignals-form%2Fstore%2Findex.js,tsconfig.json&terminal=dev"
479479
loading="lazy"
480480
title="Signals Form Live Demo"
481481
/>

0 commit comments

Comments
 (0)