mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-05-03 07:50:37 +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}`;
|