Skip to content

Commit

Permalink
moved Logo_black.png
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Mar 16, 2024
1 parent 0fed258 commit 370a761
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/source/_static/js/3d_viewer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function inject_style(style) {
function add_logo(parentDom, params) {
const logo = document.createElement("img");
logo.className = ccs_prefix + "logo";
logo.src = "https://saenopy.readthedocs.io/en/latest/_images/Logo_black.png";
logo.src = "https://saenopy.readthedocs.io/en/latest/_static/img/Logo_black.png";
parentDom.appendChild(logo);
inject_style(`
.${ccs_prefix}logo {
Expand Down

0 comments on commit 370a761

Please sign in to comment.