diff --git a/docs/anything-anywhere/embed-iframe-widget.mdx b/docs/anything-anywhere/embed-iframe-widget.mdx
deleted file mode 100644
index b4ca04f8..00000000
--- a/docs/anything-anywhere/embed-iframe-widget.mdx
+++ /dev/null
@@ -1,31 +0,0 @@
----
-title: "How to Embed iframe Widget"
-description: "This guide provides step-by-step instructions to embed the Skip Go API widget into your project."
----
-
-### Instructions
-
-1. Go to [https://go.skip.build](https://go.skip.build)
-2. Modify the source/destination chains and assets to set the default route (optional)
-3. Click the "Share" button
-![](/images/shareable-links.png)
-4. Add the copied link into `src` section in the following iframe tag template:
-``` html
-
-```
-5. Insert `/widget` after `go.skip.build` in the `src` url like so:
-``` html
-
-```
-6. Paste it in to your project, and you're done!
-
-### Helpful Tips
-
-* We recommend you set the height to 820px and the width to 450px.
-* `allow="clipboard-read; clipboard-write"`is required.
-
-
- **Have questions or feedback? Help us get better!**
-
- Join [our Discord](https://skip.build/discord) and select the "Skip Go Developer" role to share your questions and feedback.
-
diff --git a/docs/mint.json b/docs/mint.json
index c9070f67..9fbdb5e3 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -114,13 +114,6 @@
"support-requirements/swap-venue-requirements"
]
},
- {
- "group": "Anything Anywhere",
- "pages": [
- "anything-anywhere/how-to-generate-shareable-links",
- "anything-anywhere/embed-iframe-widget"
- ]
- },
{
"group": "Prod Endpoints",
"pages": [
diff --git a/docs/widget/faq.mdx b/docs/widget/faq.mdx
index 5984d972..8d42201f 100644
--- a/docs/widget/faq.mdx
+++ b/docs/widget/faq.mdx
@@ -14,4 +14,4 @@ Here are some polyfill plugins for common environments:
## Should I put the widget inside a container with a fixed size?
-It is recommended to wrap the widget with a container element that has a fixed size. This helps to prevent layout shifting as the widget uses the shadow-dom (which needs to be rendered client-side). We recommend a height of `640px` and a width of `450px`.
\ No newline at end of file
+It is recommended to wrap the widget with a container element that has a fixed size. This helps to prevent layout shifting as the widget uses the shadow-dom (which needs to be rendered client-side). We recommend a height of `640px` and a width of `500px`.
\ No newline at end of file
diff --git a/docs/widget/getting-started.mdx b/docs/widget/getting-started.mdx
index aa029096..0ce13c33 100644
--- a/docs/widget/getting-started.mdx
+++ b/docs/widget/getting-started.mdx
@@ -49,7 +49,7 @@ const SwapPage = () => {
return (
diff --git a/docs/widget/web-component.mdx b/docs/widget/web-component.mdx
index 6150d6aa..ec9cc4ba 100644
--- a/docs/widget/web-component.mdx
+++ b/docs/widget/web-component.mdx
@@ -36,7 +36,7 @@ This can be added to npm scripts in `package.json`, a `.env file`, or used when
Props are the same as [`WidgetProps`](./configuration), but passed as attributes in kebab-case. Use strings or stringified objects for complex props.
```tsx
-