aboutsummaryrefslogtreecommitdiff
path: root/examples/with-mdx/src/pages/index.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-mdx/src/pages/index.mdx')
-rw-r--r--examples/with-mdx/src/pages/index.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-mdx/src/pages/index.mdx b/examples/with-mdx/src/pages/index.mdx
index b82572b48..84c9cc5fd 100644
--- a/examples/with-mdx/src/pages/index.mdx
+++ b/examples/with-mdx/src/pages/index.mdx
@@ -14,4 +14,4 @@ Written by: {new Intl.ListFormat('en').format(authors.map(d => d.name))}.
Published on: {new Intl.DateTimeFormat('en', {dateStyle: 'long'}).format(published)}.
-<Counter>## This is a counter!</Counter>
+<Counter client:idle>This is a **counter**!</Counter>