| Index: popup.html |
| =================================================================== |
| --- a/popup.html |
| +++ b/popup.html |
| @@ -26,17 +26,17 @@ |
| <script src="notification.js"></script> |
| <script src="stats.js"></script> |
| </head> |
| <!-- Set tabindex to work around Chromium issue 304532 --> |
| <!-- Set overflow to hidden in order to prevent Safari showing scrollbars while loading --> |
| <body tabindex="1" style="overflow: hidden;"> |
| <header> |
| - <div id="logo"></div> |
| + <img id="logo" src="icons/abp-64.png" srcset="icons/abp-64.png 1x, icons/abp-128.png 2x"> |
| </header> |
| <div id="wrapper"> |
| <div id="notification"> |
| <h1> |
| <span id="notification-title"></span> |
| <span id="close-notification"></span> |
| </h1> |