Skip to content

Commit 623903b

Browse files
author
Victor George
committed
Switch the Beta logo with the original Connect logo
1 parent 731348e commit 623903b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TopBar/TopBar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import cn from 'classnames'
66
import _ from 'lodash'
77
import { UserDropdown, Icons } from 'appirio-tech-react-components'
88

9-
const { ConnectLogoBeta } = Icons
9+
const { ConnectLogo } = Icons
1010
import { SearchBar } from 'appirio-tech-react-components'
1111
import Filters from './Filters'
1212
import ProjectToolBar from './ProjectToolBar'
@@ -67,7 +67,7 @@ class TopBar extends Component {
6767
]
6868
const logo = (
6969
<div className="logo-wrapper">
70-
<Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogoBeta /></Link>
70+
<Link className="logo" to={logoTargetUrl} target="_self"><ConnectLogo /></Link>
7171
</div>
7272
)
7373
const avatar = (

0 commit comments

Comments
 (0)