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..1f7f45f 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -3657,8 +3657,8 @@ path-key@^2.0.0, path-key@^2.0.1: resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" path-to-regexp@0.1.7: version "0.1.7"