diff --git a/public/index.html b/public/index.html index 365f0c36719c237120e9dc936fdb604355ec2bf3..ba5444cac34f47497245a36fe1f0ffa0be7a0cb7 100644 --- a/public/index.html +++ b/public/index.html @@ -149,9 +149,6 @@ <div class="menu-item active" id="robot-item" onclick="selectModel('robot')"> <img src="previewImages/robot.png" alt="Roboter" style="width: 50px; height: 50px;"> </div> - <div class="menu-item" id="sunflower-item" onclick="selectModel('sunflower')"> - <img src="previewImages/sunflower.png" alt="Sonnenblume" style="width: 50px; height: 50px;"> - </div> <div class="menu-item" id="lantern-item" onclick="selectModel('tree')"> <img src="previewImages/tree.png" alt="Baum" style="width: 50px; height: 50px;"> </div>