Skip to content

Commit 5033284

Browse files
author
Vikas Agarwal
committed
feat: git#725-Change App Name Displayed to Work Manager
1 parent e591a17 commit 5033284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const Sidebar = ({
1414
return (
1515
<div className={styles.sidebar}>
1616
<img src={TopcoderLogo} className={styles.logo} />
17-
<div className={styles.title}>Challenge Editor</div>
17+
<div className={styles.title}>Work Manager</div>
1818
<Link to='/'>
1919
<div className={cn(styles.homeLink, { [styles.active]: !projectId })} onClick={resetSidebarActiveParams}>
2020
Active challenges

0 commit comments

Comments
 (0)