Change label of block factory to blockly developer tools. Change the icon too. Also remove old, unneeded index.html file from workspacefactory directory. (#694)

This commit is contained in:
picklesrus
2016-10-12 11:21:59 -07:00
committed by GitHub
parent 88dba494b9
commit 7c2016284a
4 changed files with 4 additions and 773 deletions

View File

@@ -199,12 +199,12 @@
<tr>
<td>
<a href="blockfactory/index.html">
<img src="blockfactory/icon.png" height=80 width=100>
<img src="blockfactory/devtools.png" height=96 width=184>
</a>
</td>
<td>
<div><a href="blockfactory/index.html">Block Factory</a></div>
<div>Build custom blocks using Blockly.</div>
<div><a href="blockfactory/index.html">Blockly Developer Tools</a></div>
<div>Build custom blocks and setup a toolbox using Blockly.</div>
</td>
</tr>
</table>