shx-3d-render

main
Jan Umbach 2024-06-19 17:33:14 +02:00
parent 48af2cd8a5
commit f2e81195de
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@
this.Viewer3DContainer = document.createElement('div');
this.Viewer3DContainer.classList.add('shx-threejs-renderer-container');
this.Viewer3DContainer.innerHTML = `{% render "shx-loading-spinner", content_type:"body" %}`;
this.Viewer3DContainer.innerHTML = `{% render 'shx-logo', class:"shx-loading-spinner-mainIcon" %}`;
this.container.appendChild(this.Viewer3DContainer);