Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed May 15, 2019
1 parent aaec318 commit 93e90cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/dashboard/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
}

.navbar .navbar-right {
padding: 15px;
padding: 8px 15px;
float: right;
}

Expand All @@ -35,7 +35,7 @@ body {
}

.navbar .ro-logo {
height: 40px;
height: 50px;
}

.main-content {
Expand Down
Binary file modified pkg/dashboard/assets/images/polaris-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pkg/dashboard/templates/navbar.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</a>
<div class="navbar-right">
<a href="https://reactiveops.com?source=polaris" target="_blank">
<span class="oss-text">Open Source Project By</span>
<span class="oss-text">An Open Source Project By</span>
<img class="ro-logo" src="/static/images/ro-logo.png" alt="ReactiveOps" />
</a>
</div>
Expand Down

0 comments on commit 93e90cc

Please sign in to comment.