From 32a1e969f9f7d6b2b48259fd94fcf89e2aed5778 Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Thu, 11 Jan 2018 11:40:34 -0600 Subject: [PATCH] contain user page, add pipe to GitHub footer --- src/components/Layout.tsx | 2 +- src/components/User.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 24cc561..fcc9c0b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -46,7 +46,7 @@ class Layout extends React.PureComponent {

- Data{' '} + Data{' | '} Viewer

diff --git a/src/components/User.tsx b/src/components/User.tsx index 0fbeaba..8ab8d60 100644 --- a/src/components/User.tsx +++ b/src/components/User.tsx @@ -18,7 +18,7 @@ const User = ({ username, branch, changeBranch }: Props) => { return (
) } else { return ( -
+

{username}

Branch