Skip to content

Commit

Permalink
feature: correct redirect and action while clicking the button
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Dec 14, 2023
1 parent 9594efb commit 4153c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/SeasonalNotification/SeasonalNotification.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const SeasonalNotification = () => {
</div>
{
notificationModalData.addon.manifestUrl ?
<Button className={styles['action-button']} href={notificationModalData.addon.manifestUrl}>
<Button className={styles['action-button']} href={`#/addons?addon=${encodeURIComponent(notificationModalData.addon.manifestUrl)}`} onClick={closeNotificationModal}>
<div className={styles['button-label']}>Learn more</div>
</Button>
:
Expand Down

0 comments on commit 4153c9b

Please sign in to comment.