Merge pull request #4896 from huffman/update-web-icon

Update web icon
This commit is contained in:
Philip Rosedale 2015-05-15 17:18:11 -07:00
commit 1c3873358d

View file

@ -207,8 +207,8 @@ var toolBar = (function () {
});
newWebButton = toolBar.addTool({
imageURL: "https://s3.amazonaws.com/Oculus/earth17.svg",
subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT },
imageURL: "https://hifi-public.s3.amazonaws.com/images/www.svg",
subImage: { x: 0, y: 0, width: 128, height: 128 },
width: toolWidth,
height: toolHeight,
alpha: 0.9,