Skip to content

Commit 507484a

Browse files
committed
header design
1 parent bb9fcf3 commit 507484a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

server/client/src/components/Header.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@ import React, { Component } from 'react';
33
class Header extends Component {
44
render() {
55
return (
6-
<div>
7-
Header
8-
</div>
6+
<nav>
7+
<div className="nav-wrapper">
8+
<a className="left brand-logo">
9+
Emaily
10+
</a>
11+
<ul className="right">
12+
<li>
13+
<a>Login With Google</a>
14+
</li>
15+
</ul>
16+
</div>
17+
</nav>
918
);
1019
}
1120
}

0 commit comments

Comments
 (0)