Skip to content

Commit

Permalink
changed scout logo to compass logo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgurney committed Sep 1, 2015
1 parent e59dae7 commit 675990c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Binary file added images/logo-compass-on-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo-scout-on-dark.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/electron/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ function getTemplate(_window) {
if (process.platform === 'darwin') {
return [
{
label: 'MongoDB Scout',
label: 'MongoDB Compass',
submenu: [
{
label: 'About Scout',
label: 'About Compass',
selector: 'orderFrontStandardAboutPanel:'
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar/index.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div
.sidebar.panel
div.scout-logo
div.compass-logo
div(data-hook='collection-filter-subview')
div(data-hook='collection-list-subview')
6 changes: 3 additions & 3 deletions styles/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
-webkit-transform: translateZ(0);
margin-bottom: 0;

.scout-logo {
background: @slate1 url("images/logo-scout-on-dark.png") center center no-repeat;
background-size: 140px 28px;
.compass-logo {
background: @slate1 url("images/logo-compass-on-dark.png") center center no-repeat;
background-size: 162px 28px;
width: @sidebar-width;
height: 72px;
}
Expand Down

0 comments on commit 675990c

Please sign in to comment.