Skip to content

Commit dc308fd

Browse files
committed
feat: Constants - add LICENSE_DASHBOARD_HOME_PAGE constant for license dashboard link
1 parent d6b01a8 commit dc308fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const DEVTRON_HOME_PAGE = 'https://devtron.ai/'
2222
export const DOCUMENTATION_VERSION = '/devtron/v0.7'
2323
export const DISCORD_LINK = 'https://discord.devtron.ai/'
2424
export const DEFAULT_JSON_SCHEMA_URI = 'https://json-schema.org/draft/2020-12/schema'
25+
export const LICENSE_DASHBOARD_HOME_PAGE = 'https://license.devtron.ai/dashboard'
2526

2627
export const PATTERNS = {
2728
STRING: /^[a-zA-Z0-9_]+$/,

0 commit comments

Comments
 (0)