Skip to content

Commit

Permalink
fix sugarlabs#4221 : removed inconsistent logo in japanese language i…
Browse files Browse the repository at this point in the history
…nterface
  • Loading branch information
iampratt committed Jan 8, 2025
1 parent 3a0af88 commit 02bea85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ 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.onmouseenter = () => {
document.body.style.cursor = "pointer";
Expand Down

0 comments on commit 02bea85

Please sign in to comment.