Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed the bug
Browse files Browse the repository at this point in the history
Pranjal6955 committed Jan 2, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 6812208 commit 8263723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/toolbar.js
Original file line number Diff line number Diff line change
@@ -329,7 +329,7 @@ class Toolbar {
renderLogoIcon(onclick) {
const logoIcon = docById("mb-logo");
if (this.language === "ja") {
logoIcon.innerHTML = '<img style="width: 100%;" src="images/logo-ja.svg">';
logoIcon.innerHTML = '<img style="width: 100%;" src="">';
}

logoIcon.onmouseenter = () => {

0 comments on commit 8263723

Please sign in to comment.