From 467b637656dc36fc7e805504519a5d9183a4b61d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20Ev=C3=A4kallio?= Date: Wed, 5 Oct 2016 10:31:03 -0700 Subject: [PATCH] Add a debugger favicon Summary: I frequently spend multiple seconds scanning my open Chrome tabs for the React Native debugger tab. It would be a lot quicker to find the correct tab if the debugger UI tab had a favicon. This commit adds favicon (blue react logo in a white circle). It's a super minor change, but would help a lot with day-to-day DX. I chose this icon to differentiate sufficiently from other tabs developer might have open: React docs (blue logo in black square) and React Native docs (white logo in black square). If the idea of having a favicon is agreeable but you want a different asset, I'm more than happy to change it to something else. Original asset before base-64 encoding: ![favicon-32x32](https://cloud.githubusercontent.com/assets/1203949/19117546/44b36fd2-8b11-11e6-8a94-c8956fe7533c.png) In the wild: screen shot 2016-10-05 at 15 40 58 Closes https://github.com/facebook/react-native/pull/10252 Differential Revision: D3974983 Pulled By: hramos fbshipit-source-id: 6b07d446dd972c4c171062134b45bc3850886349 --- local-cli/server/util/debugger.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-cli/server/util/debugger.html b/local-cli/server/util/debugger.html index 4dd05feaf..088f40c72 100644 --- a/local-cli/server/util/debugger.html +++ b/local-cli/server/util/debugger.html @@ -11,8 +11,8 @@ - - + + React Native Debugger