Skip to content

Commit

Permalink
...updated pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pirateIV committed Aug 28, 2023
1 parent 78bb5c3 commit ad08308
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions css/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ p.small span {
position: relative;
overflow: hidden;
display: block;
transition: 0.3s ease;
}
16 changes: 8 additions & 8 deletions js/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ async function getCombCredits(combCreditsDATA) {
item.forEach((item, index) => {
creditContainer.innerHTML +=
`
<a class="credit credit-active">
<span class="credit-title"></span>
<button>
<i class="fa-solid fa-chevron-down"></i>
<i class="fa-solid fa-xmark"></i>
</button>
</a>
<a class="credit credit-active text-decoration-none text-white ff-roboto">
<span class="credit-title">${item.title ? item.title : item.original_name}</span>
<button>
<i class="fa-solid fa-chevron-down"></i>
<i class="fa-solid fa-xmark"></i>
</button>
</a>
`
});
}
Expand Down

0 comments on commit ad08308

Please sign in to comment.