diff --git a/.changeset/chilled-kiwis-relate.md b/.changeset/chilled-kiwis-relate.md
new file mode 100644
index 0000000000..4750b229aa
--- /dev/null
+++ b/.changeset/chilled-kiwis-relate.md
@@ -0,0 +1,5 @@
+---
+'nextra-theme-docs': patch
+---
+
+fix unclickable links on mobile
diff --git a/docs/pages/docs/docs-theme/theme-configuration.mdx b/docs/pages/docs/docs-theme/theme-configuration.mdx
index b9d9cb76a9..cc0aaeb205 100644
--- a/docs/pages/docs/docs-theme/theme-configuration.mdx
+++ b/docs/pages/docs/docs-theme/theme-configuration.mdx
@@ -38,7 +38,7 @@ export function Table({ children }) {
Description |
-
+
{children.props.children[1].props.children}
diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx
index 749a194d11..307ad06ab6 100644
--- a/docs/theme.config.tsx
+++ b/docs/theme.config.tsx
@@ -45,11 +45,12 @@ const config: DocsThemeConfig = {
key: '3.0-release',
content: (
+ Nextra 3.0 is released.{' '}
- Nextra 3.0 is released. Read more
+ Read more
)
diff --git a/packages/nextra-theme-docs/src/components/sidebar.tsx b/packages/nextra-theme-docs/src/components/sidebar.tsx
index b51d9ecd1c..f16cd9e4f6 100644
--- a/packages/nextra-theme-docs/src/components/sidebar.tsx
+++ b/packages/nextra-theme-docs/src/components/sidebar.tsx
@@ -390,8 +390,10 @@ export function Sidebar({
)}
setMenu(false)}
/>