diff --git a/docs/src/content/docs/examples/tweet-with-js-dark.mdx b/docs/src/content/docs/examples/tweet-with-js-dark.mdx index 4a9f51d..e944f4e 100644 --- a/docs/src/content/docs/examples/tweet-with-js-dark.mdx +++ b/docs/src/content/docs/examples/tweet-with-js-dark.mdx @@ -11,14 +11,14 @@ import { Tweet } from '@astro-community/astro-embed-twitter'; Adding Twitter’s widget script will hydrate the HTML markup of ``. ```astro - + ``` The above code produces the following result: - + diff --git a/docs/src/content/docs/examples/tweet-with-js.mdx b/docs/src/content/docs/examples/tweet-with-js.mdx index 01bc125..f54d9c3 100644 --- a/docs/src/content/docs/examples/tweet-with-js.mdx +++ b/docs/src/content/docs/examples/tweet-with-js.mdx @@ -11,14 +11,14 @@ import { Tweet } from '@astro-community/astro-embed-twitter'; Adding Twitter’s widget script will hydrate the HTML markup of ``. ```astro - + ``` The above code produces the following result: - +