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..85c9e52 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -2996,10 +2996,8 @@ json3@^3.3.2: resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1" json5@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - dependencies: - minimist "^1.2.0" + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" jsonfile@^4.0.0: version "4.0.0"