Skip to content

Commit

Permalink
Merge pull request #1639 from Sefaria/bug/sc-20668/urls-for-buttons-o…
Browse files Browse the repository at this point in the history
…n-hebrew-sidebar-ads-are

URLs on buttons in Hebrew Sidebar Ads were missing, but they will now show up
  • Loading branch information
relyks committed Sep 14, 2023
2 parents c9e07b2 + 8af597e commit 737e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/Promotions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Promotions = () => {
title: title,
bodyText: bodyText,
buttonText: buttonText,
buttonUrl: buttonURL,
buttonURL: buttonURL,
buttonIcon: sidebarAd.buttonIcon,
buttonLocation: sidebarAd.buttonAboveOrBelow,
hasBlueBackground: sidebarAd.hasBlueBackground,
Expand Down

0 comments on commit 737e0dc

Please sign in to comment.