diff --git a/wled00/data/pixelforge/pixelforge.htm b/wled00/data/pixelforge/pixelforge.htm
index 122b25a1..86a14497 100644
--- a/wled00/data/pixelforge/pixelforge.htm
+++ b/wled00/data/pixelforge/pixelforge.htm
@@ -397,11 +397,19 @@ button, .btn {
+
+
+
Video Lab
+
Stream video and generate animated GIFs (beta)
+
+
+
+
PIXEL MAGIC Tool
Legacy pixel art editor
-
+
@@ -439,7 +447,8 @@ let fL; // file list
await segLoad(); // load available segments
await flU(); // update file list
toolChk('pixelpaint.htm','t1'); // update buttons of additional tools
- toolChk('pxmagic.htm','t2');
+ toolChk('videolab.htm','t2');
+ toolChk('pxmagic.htm','t3');
await fsMem(); // show file system memory info
})();