Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 authored Jan 3, 2024
1 parent 6f761ef commit fe41559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/applications/apps/terminal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const WnTerminal = () => {
var app = apps[i];
var Appcname = app.getElementsByClassName("appName")[0];
var menu = app.getElementsByClassName("uicon")[0];
if (Appcname.innerHTML == appName) {
if (Appcname.innerHTML == AppName) {
var Mainmenu = menu;
console.log(menu);
}
Expand Down

0 comments on commit fe41559

Please sign in to comment.