feat: add Organization title

This commit is contained in:
DIYgod 2023-07-21 17:43:39 +01:00
parent a8c0d4ead0
commit c2247d5a8c
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View File

@ -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]
}
]

View File

@ -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 }) => {