Skip to content

Commit

Permalink
fix(website): Update iframe sources to point to the new Zapp edit URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarLeonDev committed Feb 25, 2025
1 parent c54918d commit 0dafb9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ import Card from "@/components/Card.astro";
<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>
<iframe
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"
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
/>
<iframe
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"
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/es/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Reactter ofrece las siguientes características:

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

<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>
<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>

:::tip[¡El poder está en tus manos!]
[Empieza instalando](/reactter/es/getting_started) Reactter en tus proyectos y desbloquea todo su potencial.
Expand Down
4 changes: 2 additions & 2 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ import Card from "@/components/Card.astro";
<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>
<iframe
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"
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=false&file=lib/examples/1_counter/counter_page.dart"
/>
<iframe
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"
src="https://zapp.run/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
src="https://zapp.run/edit/pub/flutter_reactter?theme=dark&lazy=true&file=lib/examples/1_counter/counter_page.dart"
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Reactter offers the following features:

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

<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>
<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>

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

0 comments on commit 0dafb9d

Please sign in to comment.