Skip to content

Commit

Permalink
Merge pull request #613 from Automattic/update/desktop-app-badge
Browse files Browse the repository at this point in the history
Desktop: remove app badge
  • Loading branch information
johngodley committed Nov 25, 2015
2 parents 112f820 + 8f25bae commit 27fd9f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ function getDefaultContext( request ) {
context.faviconURL = '/calypso/images/favicons/favicon-staging.ico';
}

if ( CALYPSO_ENV === 'desktop' ) {
context.badge = 'desktop';
context.feedbackURL = 'https://github.com/Automattic/wordpress-desktop/issues';
context.faviconURL = '/calypso/images/favicons/favicon-wpcalypso.ico';
}

if ( CALYPSO_ENV === 'development' ) {
context.badge = 'dev';
context.devDocs = true;
Expand Down

0 comments on commit 27fd9f1

Please sign in to comment.