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 14bf9e8 commit 352b968Copy full SHA for 352b968
packages/cursorless-org-docs/src/docs/contributing/MissingLanguageScopes.tsx
@@ -35,12 +35,13 @@ function Language({
35
36
return (
37
<>
38
- <h3>{languageId}</h3>
39
- <p>
40
- <a href={`../../user/languages/${languageId}`}>
41
- languages/{languageId}
42
- </a>
43
- </p>
+ <h3>
+ {languageId}
+
+ <small className="ml-2 text-sm">
+ <a href={`../../user/languages/${languageId}`}>link</a>
+ </small>
44
+ </h3>
45
{renderFacets("Unsupported", unsupportedFacets)}
46
{renderFacets("Unspecified", unspecifiedFacets)}
47
</>
0 commit comments