Skip to content

Commit 370a761

Browse files
committed
moved Logo_black.png
1 parent 0fed258 commit 370a761

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/source/_static/js/3d_viewer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function inject_style(style) {
5555
function add_logo(parentDom, params) {
5656
const logo = document.createElement("img");
5757
logo.className = ccs_prefix + "logo";
58-
logo.src = "https://saenopy.readthedocs.io/en/latest/_images/Logo_black.png";
58+
logo.src = "https://saenopy.readthedocs.io/en/latest/_static/img/Logo_black.png";
5959
parentDom.appendChild(logo);
6060
inject_style(`
6161
.${ccs_prefix}logo {

0 commit comments

Comments
 (0)