Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
contain user page, add pipe to GitHub footer
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Jan 11, 2018
1 parent ebc3760 commit 32a1e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Layout extends React.PureComponent<StateProps & DispatchProps> {
</a>
</p>
<p className="text-center">
<a href="http://github.com/pi-base/data">Data</a>{' '}
<a href="http://github.com/pi-base/data">Data</a>{' | '}
<a href="http://github.com/pi-base/viewer">Viewer</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const User = ({ username, branch, changeBranch }: Props) => {
return (<div />)
} else {
return (
<div>
<div className="container">
<h1>{username}</h1>

<h3>Branch</h3>
Expand Down

0 comments on commit 32a1e96

Please sign in to comment.