mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user