Skip to content

Commit

Permalink
#61 removes people card JS logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 8, 2024
1 parent 30dcefc commit 171a379
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ async function init() {
}
/* People Cards */
const peopleCardsGrid = document.querySelector(".people-cards");
if (peopleCardsGrid) {
const peopleCardsJS = await import('../../views/organisms/blocks/people-cards/display/people-cards.js');
peopleCardsJS.render();
}

/* Video Element */
const videoElement = document.querySelector('.video-container');
if (videoElement) {
Expand Down

0 comments on commit 171a379

Please sign in to comment.