From e634aac69b550f91af36b5903ebd2b4033103a22 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 22 Aug 2019 11:38:27 -0700 Subject: [PATCH] misc: update favicon to new logo (#9591) --- lighthouse-core/report/html/report-template.html | 2 +- lighthouse-viewer/app/index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouse-core/report/html/report-template.html b/lighthouse-core/report/html/report-template.html index 491925c6bb59..830ba2a3e6a5 100644 --- a/lighthouse-core/report/html/report-template.html +++ b/lighthouse-core/report/html/report-template.html @@ -19,7 +19,7 @@ - + Lighthouse Report diff --git a/lighthouse-viewer/app/index.html b/lighthouse-viewer/app/index.html index 5f065b06bc99..4cf4b5246f16 100644 --- a/lighthouse-viewer/app/index.html +++ b/lighthouse-viewer/app/index.html @@ -11,7 +11,7 @@ Lighthouse Report Viewer - + diff --git a/package.json b/package.json index be5ba8328bac..b01d094af19e 100644 --- a/package.json +++ b/package.json @@ -186,7 +186,7 @@ }, { "path": "./dist/viewer/src/viewer.js", - "maxSize": "75 kB" + "maxSize": "76 kB" }, { "path": "./dist/lighthouse-dt-bundle.js",