We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e2ba6 commit 96f143aCopy full SHA for 96f143a
1 file changed
src/app/conf/2025/utils.ts
@@ -18,6 +18,12 @@ export const eventsColors: Record<string, string> = {
18
"GraphQL Security": "#CC6BB0",
19
"GraphQL Spec": "#6B73CC",
20
Scaling: "#8D8D8D",
21
+ Frontend: "violet",
22
+ Documentation: "salmon",
23
+ "Schema Evolution": "thistle",
24
+ Security: "cornflowerblue",
25
+ "Case studies": "#894545",
26
+ "Federation and distributed systems": "#FC8251",
27
}
28
29
export function getEventTitle(
0 commit comments