mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-08 20:17:31 +00:00
feature: correct redirect and action while clicking the button
This commit is contained in:
parent
9594efbb0e
commit
4153c9b003
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
:
|
||||
|
|
|
|||
Loading…
Reference in a new issue