Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tramirez30 committed Oct 11, 2024
1 parent 69a75e4 commit 87b7ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ let selectAuthor = (arr) => {
let authorContent = "";
// Grabbing author-content where author's name will be added to dropdown
let dropdownEl = document.querySelector("#author-content");
// Appends css to dropdown
authorContent += `
<a class="dropdown-item"> ${author}</a>
`;
Expand Down

0 comments on commit 87b7ca9

Please sign in to comment.