diff --git a/src/components/app/nav.jsx b/src/components/app/nav.jsx
index 6368be71..9086f685 100644
--- a/src/components/app/nav.jsx
+++ b/src/components/app/nav.jsx
@@ -173,6 +173,7 @@ class AppNav extends Component {
{repoOwner}
{'/'}
{repoNameItems}
+
);
}
diff --git a/src/components/dashboard.jsx b/src/components/dashboard.jsx
index 52bd72a5..ba0bc9f5 100644
--- a/src/components/dashboard.jsx
+++ b/src/components/dashboard.jsx
@@ -187,6 +187,7 @@ class RepoGroup extends Component {
}
const header = (
+
{orgIcon}
{' '}
{repoOwner}
diff --git a/style/app.less b/style/app.less
index 702e5a69..00b82253 100644
--- a/style/app.less
+++ b/style/app.less
@@ -55,7 +55,7 @@ body { background-color: #ddd; }
.badge { margin-right: .3rem; }
- .avatar-image {
+ .avatar-image, .org-logo {
display: inline-block;
overflow: hidden;
line-height: 1;
@@ -64,6 +64,9 @@ body { background-color: #ddd; }
height: 2.5rem;
border-radius: 1.25rem;
}
+ .org-logo {
+ margin-right: 5px;
+ }
.bottombar-nav { opacity: .9; }