mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-07 08:15:35 +00:00
3 lines
206 B
TypeScript
3 lines
206 B
TypeScript
export const charZKBLink = (characterId: string) => `https://zkillboard.com/character/${characterId}/`;
|
|
export const charEveWhoLink = (characterId: string) => `https://evewho.com/character/${characterId}`;
|