Skip to content

Commit

Permalink
continuing work
Browse files Browse the repository at this point in the history
  • Loading branch information
tramirez30 committed Dec 18, 2024
1 parent d76e40b commit 6d2f053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ let isActive = (e) => {
// Option function selected

let optionSelected = (e) => {
if (option.contains(e.target)) {
if (option) {
icon.classList = "fas fa-angle-down";
}
};
Expand Down

0 comments on commit 6d2f053

Please sign in to comment.