Skip to content

Commit 07e56f7

Browse files
committed
Change order of filter fields
1 parent 2cee39a commit 07e56f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/graph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ export const fieldColors = {
1010
works: "#202020",
1111
authors: "#ffe915",
1212
sources: "#a7d30d",
13-
concepts: "#9dabf5",
1413
institutions: "#e22521",
1514
countries: "#df60bf",
1615
funders: "#ff8f2e",
16+
concepts: "#9dabf5",
1717
};
1818

1919
export const fields = Object.keys(fieldColors);

0 commit comments

Comments
 (0)