Skip to content

Commit 9f74f89

Browse files
authored
Merge branch 'dev' into bugBash08
2 parents f707204 + 2621602 commit 9f74f89

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/assets/icons/connect-logo-mono.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/TopBar/TopBarContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export const SALESFORCE_PROJECT_LEAD_LINK = process.env.SALESFORCE_PROJECT_LEAD_
300300
export const TC_NOTIFICATION_URL = process.env.TC_NOTIFICATION_URL || TC_API_URL
301301

302302
export 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

305305
export const PROJECT_FEED_TYPE_PRIMARY = 'PRIMARY'
306306
export const PROJECT_FEED_TYPE_MESSAGES = 'MESSAGES'

0 commit comments

Comments
 (0)