diff --git a/web/next-example/src/components/examples/withCustomToolbar/index.tsx b/web/next-example/src/components/examples/withCustomToolbar/index.tsx index e7c04e019..75dfa0d49 100644 --- a/web/next-example/src/components/examples/withCustomToolbar/index.tsx +++ b/web/next-example/src/components/examples/withCustomToolbar/index.tsx @@ -119,14 +119,14 @@ function WithCustomToolbar() { style={toolbars.notion ? { backgroundColor: '#007aff' } : { backgroundColor: '#64748b' }} onClick={() => setToolbars({ medium: false, notion: true })} > - Notion toolbar + Switch to Notion toolbar diff --git a/web/next-example/src/pages/index.tsx b/web/next-example/src/pages/index.tsx index bcd4cddd2..cb0a9e43e 100644 --- a/web/next-example/src/pages/index.tsx +++ b/web/next-example/src/pages/index.tsx @@ -110,7 +110,7 @@ export default function Home() { > Play with live demo 👇 -
Your sponsorship motivates us to continuously improve the project and helps bring our ideas to fruition. @@ -163,7 +216,7 @@ export default function Home() {