Skip to content

Commit 49d7cd9

Browse files
committed
add json pod
1 parent 697bf1e commit 49d7cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/components/repo/toolbar.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ function LanguageMenu({ pod }) {
618618
<option value="scheme">Scheme</option>
619619
<option value="javascript">JavaScript</option>
620620
<option value="typescript">TypeScript</option>
621+
<option value="json">JSON</option>
621622
<option value="css">CSS</option>
622623
<option value="html">HTML</option>
623624
<option value="sql">SQL</option>
@@ -844,7 +845,7 @@ export function ExportList({ pod }) {
844845
);
845846
}}
846847
>
847-
<Code bg={v ? "yellow.300" : "default"}>{k}</Code>
848+
<Code bg={v ? "blue.100" : "inherit"}>{k}</Code>
848849
</Button>
849850
}
850851
btn2={

0 commit comments

Comments
 (0)