diff --git a/docs/embed-sdk.md b/docs/embed-sdk.md
index 83b6765..c26e9c0 100644
--- a/docs/embed-sdk.md
+++ b/docs/embed-sdk.md
@@ -9,7 +9,7 @@ sidebar_label: Embed SDK
Firstly make sure to load the embed code on your page.
```html
-
+
```
Alternatively install via npm.
diff --git a/docs/intro.md b/docs/intro.md
index 93c4947..8ab6069 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -18,7 +18,7 @@ Our simple embed is the next level up, but it still only requires two lines of c
```html
-
+
```
## Using with React
diff --git a/docs/payment-button-js.md b/docs/payment-button-js.md
index b6e7835..8ad774d 100644
--- a/docs/payment-button-js.md
+++ b/docs/payment-button-js.md
@@ -14,7 +14,7 @@ This code is very straightforward:
```html
-
+
```
### Additional parameters available
@@ -35,7 +35,7 @@ A complete example:
>
Buy me a coffee
-
+
```
### Multiple plans per page
@@ -46,5 +46,5 @@ One other thing to bear in mind, you can have multiple plans on your page, for t
-
+
```
diff --git a/website/yarn.lock b/website/yarn.lock
index ad02af9..94f3879 100644
--- a/website/yarn.lock
+++ b/website/yarn.lock
@@ -4045,9 +4045,9 @@ query-string@^5.0.1:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"
-querystringify@^2.0.0:
- version "2.1.0"
- resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.0.tgz#7ded8dfbf7879dcc60d0a644ac6754b283ad17ef"
+querystringify@^2.1.1:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
randomatic@^3.0.0:
version "3.1.1"
@@ -5052,10 +5052,10 @@ url-parse-lax@^3.0.0:
prepend-http "^2.0.0"
url-parse@^1.1.8, url-parse@^1.4.3:
- version "1.4.4"
- resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.4.tgz#cac1556e95faa0303691fec5cf9d5a1bc34648f8"
+ version "1.5.10"
+ resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
dependencies:
- querystringify "^2.0.0"
+ querystringify "^2.1.1"
requires-port "^1.0.0"
url-to-options@^1.0.1: