Skip to content

Commit 0dafb9d

Browse files
committed
fix(website): Update iframe sources to point to the new Zapp edit URLs
1 parent c54918d commit 0dafb9d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

website/src/content/docs/es/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ import Card from "@/components/Card.astro";
4040
<p class="text-lg sm:text-xl">Experimente todo el potencial de Reactter probando en <a href="https://zapp.run/pub/flutter_reactter" target="_blank">Zapp</a>.</p>
4141
<iframe
4242
class="!hidden sm:!block rounded-2xl w-full !h-[600px] border shadow-2xl border-accent-700/[0.5] shadow-accent-700/[.5] bg-accent-950/[.5] hover:boder-accent-700 hover:shadow-accent-700 hover:bg-accent-950 ease-in-out duration-300"
43-
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
43+
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
4444
/>
4545
<iframe
4646
class="!block sm:!hidden rounded-2xl w-full !h-[600px] border shadow-2xl border-accent-700/[0.5] shadow-accent-700/[.5] bg-accent-950/[.5] hover:boder-accent-700 hover:shadow-accent-700 hover:bg-accent-950 ease-in-out duration-300"
47-
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
47+
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
4848
/>
4949
</div>
5050

website/src/content/docs/es/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Reactter ofrece las siguientes características:
4444

4545
Experimenta todo el potencial de Reactter probándolo en <a href="https://zapp.run/pub/flutter_reactter" target="_blank">Zapp</a>.
4646

47-
<iframe src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart" class="w-full !h-[600px]" style="border: 0; overflow: hidden;"></iframe>
47+
<iframe src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart" class="w-full !h-[600px]" style="border: 0; overflow: hidden;"></iframe>
4848

4949
:::tip[¡El poder está en tus manos!]
5050
[Empieza instalando](/reactter/es/getting_started) Reactter en tus proyectos y desbloquea todo su potencial.

website/src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ import Card from "@/components/Card.astro";
4040
<p class="text-lg sm:text-xl">Experience the full potential of Reactter by trying it online on <a href="https://zapp.run/pub/flutter_reactter" target="_blank">Zapp</a>.</p>
4141
<iframe
4242
class="!hidden sm:!block rounded-2xl w-full !h-[600px] border shadow-2xl border-accent-700/[0.5] shadow-accent-700/[.5] bg-accent-950/[.5] hover:boder-accent-700 hover:shadow-accent-700 hover:bg-accent-950 ease-in-out duration-300"
43-
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
43+
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
4444
/>
4545
<iframe
4646
class="!block sm:!hidden rounded-2xl w-full !h-[600px] border shadow-2xl border-accent-700/[0.5] shadow-accent-700/[.5] bg-accent-950/[.5] hover:boder-accent-700 hover:shadow-accent-700 hover:bg-accent-950 ease-in-out duration-300"
47-
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
47+
src="https://zapp.run/edit/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
4848
/>
4949
</div>
5050

website/src/content/docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Reactter offers the following features:
4343

4444
Experience the full potential of Reactter by trying it online on <a href="https://zapp.run/pub/flutter_reactter" target="_blank">Zapp</a>.
4545

46-
<iframe src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart" class="w-full !h-[600px]" style="border: 0; overflow: hidden;"></iframe>
46+
<iframe src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart" class="w-full !h-[600px]" style="border: 0; overflow: hidden;"></iframe>
4747

4848
:::tip[Unlock the full potential of Reactter!]
4949
[Get started](/reactter/guides/getting_started) and transform your Dart/Flutter development experience with Reactter.

0 commit comments

Comments
 (0)