We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8ee81 commit 91fc719Copy full SHA for 91fc719
docs/src/@primer/gatsby-theme-doctocat/live-code-scope.js
@@ -19,7 +19,7 @@ export default function resolveScope(metastring) {
19
return {
20
...doctocatComponents,
21
...primerComponents,
22
- ...octicons,
+ ...octiconComponents,
23
...(metastring.includes('drafts') ? drafts : {}),
24
...(metastring.includes('deprecated') ? deprecated : {}),
25
ReactRouterLink,
0 commit comments