We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150fc9b commit c4fee22Copy full SHA for c4fee22
1 file changed
src/pages/index.tsx
@@ -67,6 +67,10 @@ function CodeExampleSection() {
67
with <code>#[cgp_impl]</code>, and selectively enable them using{' '}
68
<code>delegate_components!</code>.
69
</p>
70
+
71
+ <Link className="button button--primary button--lg" to="/docs">
72
+ Learn More
73
+ </Link>
74
</div>
75
<div className="col col--6">
76
<div className={styles.codeExample}>
0 commit comments