diff --git a/data/titles.json b/data/titles.json index e16d5618..8500b4af 100644 --- a/data/titles.json +++ b/data/titles.json @@ -3,10 +3,14 @@ "name": "xLog contributor", "link": "https://github.com/Crossbell-Box/xLog/graphs/contributors", "list": [ - 10, 30, 12, 32022, 32179, 45, 19, 4583, 4381, 32168, 33446, 33492, 52055, + 10, 30, 12, 45, 19, 4583, 4381, 33446, 33492, 52055, 153, 50143, 51470, 31132, 45089, 50351, 52343, 5825, 51406, 53864, 43086, 47393, 54315, 50131, 54939, 55096, 55081, 45828, 4565, 50088, 55399, 52323, 55960 ] + }, + { + "name": "Organization", + "list": [32022, 32085, 55832, 31672, 53710, 32179, 32168] } ] diff --git a/src/components/common/Titles.tsx b/src/components/common/Titles.tsx index e72e8e49..9c4ff88c 100644 --- a/src/components/common/Titles.tsx +++ b/src/components/common/Titles.tsx @@ -13,6 +13,10 @@ const icons: { bg: "bg-zinc-700 text-white", icon: "icon-[mingcute--terminal-line]", }, + Organization: { + bg: "bg-sky-700 text-white", + icon: "icon-[mingcute--building-1-line]", + }, } export const Titles = ({ characterId }: { characterId?: number }) => {