We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731348e + 623903b commit c457546Copy full SHA for c457546
src/components/TopBar/TopBar.jsx
@@ -6,7 +6,7 @@ import cn from 'classnames'
6
import _ from 'lodash'
7
import { UserDropdown, Icons } from 'appirio-tech-react-components'
8
9
-const { ConnectLogoBeta } = Icons
+const { ConnectLogo } = Icons
10
import { SearchBar } from 'appirio-tech-react-components'
11
import Filters from './Filters'
12
import ProjectToolBar from './ProjectToolBar'
@@ -67,7 +67,7 @@ class TopBar extends Component {
67
]
68
const logo = (
69
<div className="logo-wrapper">
70
- <Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogoBeta /></Link>
+ <Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogo /></Link>
71
</div>
72
)
73
const avatar = (
0 commit comments