Skip to content

Commit

Permalink
fix: change builder landing page url
Browse files Browse the repository at this point in the history
  • Loading branch information
tbor00 committed Jan 8, 2024
1 parent 4345986 commit 6af2ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const NPM_URL = 'https://www.npmjs.com/package/dd360-ds'
// sites
export const BUI_URL = 'https://bui.dd360.mx'
export const SIMULATOR_URL = 'https://onboarding.dd360.mx'
export const BUILDD3R_LANDING = 'https://buildd3r.dd360.mx'
export const APP_DD360 = 'https://app.dd360.mx'
export const LANDING_DD360 = 'https://dd360.mx'
export const BUILDD3R_LANDING = `${LANDING_DD360}/platform`

// Theme
export const THEMES = { dark: 'dark', light: 'light' }
Expand Down

0 comments on commit 6af2ae5

Please sign in to comment.