Skip to content

Commit

Permalink
change feat event image link to fb
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Mar 1, 2024
1 parent a4866d3 commit 496483b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ function updateSelectedChapter(
const featuredEventElement = `
<div class="full-container full">
<div class="columns w-row">
<div class="column-9 w-col w-col-6 w-col-stack"><a href="${
featuredEvent.EventbriteURL
}" target="_blank"><img src="${
<div class="column-9 w-col w-col-6 w-col-stack"><a href="${facebookEventURL}" target="_blank"><img src="${
featuredEvent.Cover ??
"https://dxe-static.s3-us-west-1.amazonaws.com/img/default_cover.jpg"
}" class="image-5"></a></div>
Expand Down

0 comments on commit 496483b

Please sign in to comment.