Skip to content

Commit

Permalink
issue #496 - nitpicks 1 and 7 (hyperledger-archives#588)
Browse files Browse the repository at this point in the history
* UI nitpicks 11 and 12

* Order the projects retrieved from GitHub

* Fix unit test

* #417 stop UI from jumping around when updating

* nitpicks 1 and 7 in issue #496
  • Loading branch information
samjsmith authored Mar 30, 2017
1 parent df0b91e commit 882a790
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/composer-playground/config/head-config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ module.exports = {
{ rel: 'icon', type: 'image/png', sizes: '192x192', href: '/assets/icon/android-icon-192x192.png' },

/** <link> tags for favicons **/
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/assets/icon/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/assets/icon/favicon-96x96.png' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/assets/icon/favicon-16x16.png' },
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/assets/icon/favicon.ico' },
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/assets/icon/favicon.ico' },
{ rel: 'icon', type: 'image/png', sizes: '16x16', href: '/assets/icon/favicon.ico' },


/** <link> tags for a Web App Manifest **/
{ rel: 'manifest', href: '/assets/manifest.json' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ registry {
$highlighted : #e4e4e4;

.resource-header{
min-height: 50px;
display: flex;
color:$secondary-text;
}
Expand Down
Binary file modified packages/composer-playground/src/assets/icon/favicon.ico
Binary file not shown.

0 comments on commit 882a790

Please sign in to comment.