File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class TopBarContainer extends React.Component {
4343 return (
4444 < div className = "logo-wrapper" >
4545 < Link className = "logo" to = { logoTargetUrl } target = "_self" >
46- < ConnectLogoMono className = "icon-connect-logo-mono" />
46+ < ConnectLogoMono className = "icon-connect-logo-mono" title = "Connect" />
4747 </ Link >
4848 { comp }
4949 </ div >
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export const SALESFORCE_PROJECT_LEAD_LINK = process.env.SALESFORCE_PROJECT_LEAD_
300300export const TC_NOTIFICATION_URL = process . env . TC_NOTIFICATION_URL || TC_API_URL
301301
302302export const PROJECT_NAME_MAX_LENGTH = 255
303- export const PROJECT_REF_CODE_MAX_LENGTH = 7
303+ export const PROJECT_REF_CODE_MAX_LENGTH = 32
304304
305305export const PROJECT_FEED_TYPE_PRIMARY = 'PRIMARY'
306306export const PROJECT_FEED_TYPE_MESSAGES = 'MESSAGES'
You can’t perform that action at this time.
0 commit comments