From f07c8e71fb3732f55bfaaaf56278243a2cb9bf3e Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Sat, 9 Nov 2024 13:35:19 -0600 Subject: [PATCH] New montages on about --- .../content/carousels/InteractivePromotionalCarousel.js | 4 ++-- src/components/content/documents/DocumentDetails.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/content/carousels/InteractivePromotionalCarousel.js b/src/components/content/carousels/InteractivePromotionalCarousel.js index 2bd4ec3..3636c5a 100644 --- a/src/components/content/carousels/InteractivePromotionalCarousel.js +++ b/src/components/content/carousels/InteractivePromotionalCarousel.js @@ -23,7 +23,7 @@ const promotions = [ title: "Comprehensive Learning Resources", description: "Access the PlebDevs library of courses, videos, and documents.", icon: "pi pi-book", - image: "https://media.istockphoto.com/id/1224500457/photo/programming-code-abstract-technology-background-of-software-developer-and-computer-script.jpg?s=612x612&w=0&k=20&c=nHMypkMTU1HUUW85Zt0Ff7MDbq17n0eVeXaoM9Knt4Q=", + video: "https://plebdevs-bucket.nyc3.cdn.digitaloceanspaces.com/plebdevs-content-montage.mp4", }, { id: 3, @@ -31,7 +31,7 @@ const promotions = [ title: "Join Our Community of learners / hackers", description: "Learn and connect with other developers, share your projects, and level up together.", icon: "pi pi-users", - image: "https://pikwizard.com/pw/medium/50238b1cad4ff412fdafc1325efa1c9f.jpg", + video: "https://plebdevs-bucket.nyc3.cdn.digitaloceanspaces.com/plebdevs-community-montage.mp4", }, { id: 4, diff --git a/src/components/content/documents/DocumentDetails.js b/src/components/content/documents/DocumentDetails.js index dd0cf2f..ba1dac3 100644 --- a/src/components/content/documents/DocumentDetails.js +++ b/src/components/content/documents/DocumentDetails.js @@ -37,7 +37,6 @@ const DocumentDetails = ({ processedEvent, topics, title, summary, image, price, const total = getTotalFromZaps(zaps, processedEvent); setZapAmount(total); } - console.log('processedEvent', processedEvent); }, [zaps, processedEvent]); useEffect(() => {