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 697bf1e commit 49d7cd9Copy full SHA for 49d7cd9
ui/src/components/repo/toolbar.js
@@ -618,6 +618,7 @@ function LanguageMenu({ pod }) {
618
<option value="scheme">Scheme</option>
619
<option value="javascript">JavaScript</option>
620
<option value="typescript">TypeScript</option>
621
+ <option value="json">JSON</option>
622
<option value="css">CSS</option>
623
<option value="html">HTML</option>
624
<option value="sql">SQL</option>
@@ -844,7 +845,7 @@ export function ExportList({ pod }) {
844
845
);
846
}}
847
>
- <Code bg={v ? "yellow.300" : "default"}>{k}</Code>
848
+ <Code bg={v ? "blue.100" : "inherit"}>{k}</Code>
849
</Button>
850
}
851
btn2={
0 commit comments