Skip to content

Commit 84cd549

Browse files
committed
fix(website): Update iframe source to point to the new Zapp edit URL
1 parent 165ff52 commit 84cd549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/content/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Reactter
3-
description: A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler for Dart/Flutter.
3+
description: A light, powerful and quick Reactive State Management, Dependency Injection and Event Handler package for Dart/Flutter.
44
template: splash
55
hero:
66
title: <h1 class="text-5xl sm:text-6xl bg-gradient-to-b from-accent-400 to-accent-300 md:bg-gradient-to-l md:from-accent-300 md:to-accent-400 bg-clip-text text-transparent">Reactter</h1>
@@ -44,7 +44,7 @@ import Card from "@/components/Card.astro";
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/edit/pub/flutter_reactter?theme=dark&lazy=true"
47+
src="https://zapp.run/edit/zb1u606l7b1u7?theme=dark&lazy=true"
4848
/>
4949
</div>
5050

0 commit comments

Comments
 (0)