From 36f2176fea9fa77dcbfd35d9f8142b210f937ebc Mon Sep 17 00:00:00 2001 From: Stephanie Lin <102728558+lin-stephanie@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:15:06 +0800 Subject: [PATCH] Update twitter.mdx (#158) Co-authored-by: Chris Swithinbank --- docs/src/content/docs/examples/tweet-with-js-dark.mdx | 4 ++-- docs/src/content/docs/examples/tweet-with-js.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: - +