MyCrypto/electron-app/constants.ts
2018-08-25 09:47:13 -04:00

5 lines
208 B
TypeScript

export const APP_TITLE = 'Status';
export const REPOSITORY_OWNER = 'status-im';
export const REPOSITORY_NAME = 'Status';
export const REPOSITORY = `https://github.com/${REPOSITORY_OWNER}/${REPOSITORY_NAME}`;