From 623903b1ef61df8a66b8668b098b48cd86812250 Mon Sep 17 00:00:00 2001 From: Victor George Date: Fri, 9 Dec 2016 11:52:23 -0800 Subject: [PATCH] Switch the Beta logo with the original Connect logo --- src/components/TopBar/TopBar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TopBar/TopBar.jsx b/src/components/TopBar/TopBar.jsx index f370aa6b6..c5bde73a4 100644 --- a/src/components/TopBar/TopBar.jsx +++ b/src/components/TopBar/TopBar.jsx @@ -6,7 +6,7 @@ import cn from 'classnames' import _ from 'lodash' import { UserDropdown, Icons } from 'appirio-tech-react-components' -const { ConnectLogoBeta } = Icons +const { ConnectLogo } = Icons import { SearchBar } from 'appirio-tech-react-components' import Filters from './Filters' import ProjectToolBar from './ProjectToolBar' @@ -67,7 +67,7 @@ class TopBar extends Component { ] const logo = (
- +
) const avatar = (