From a76b524c147c79fefa7943230a33e7904af3c070 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 8 Feb 2017 17:46:11 -0200 Subject: [#922] Creates header with @tayanefernandes --- web-ui/src/common/header/header.js | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 web-ui/src/common/header/header.js (limited to 'web-ui/src/common/header/header.js') diff --git a/web-ui/src/common/header/header.js b/web-ui/src/common/header/header.js new file mode 100644 index 00000000..b32988c6 --- /dev/null +++ b/web-ui/src/common/header/header.js @@ -0,0 +1,37 @@ +/* + * Copyright (c) 2017 ThoughtWorks, Inc. + * + * Pixelated is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Pixelated is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Pixelated. If not, see . + */ + +import React from 'react'; +import { translate } from 'react-i18next'; +import './header.scss'; + +export const Header = ({ t }) => ( +
+
+ Pixelated +
+
+ +
+
+); + +Header.propTypes = { + t: React.PropTypes.func.isRequired +}; + +export default translate('', { wait: true })(Header); -- cgit v1.2.3 From dd4f8569848b4dbd688c07c03b17a898ed6df25d Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 9 Feb 2017 11:22:09 -0200 Subject: [#922] Add logo and icons to the header with @anikarni --- web-ui/src/common/header/header.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'web-ui/src/common/header/header.js') diff --git a/web-ui/src/common/header/header.js b/web-ui/src/common/header/header.js index b32988c6..db9011e3 100644 --- a/web-ui/src/common/header/header.js +++ b/web-ui/src/common/header/header.js @@ -22,10 +22,17 @@ import './header.scss'; export const Header = ({ t }) => (
- Pixelated -
-
- + Pixelated +