Skip to content

Commit

Permalink
use new app url
Browse files Browse the repository at this point in the history
  • Loading branch information
abolajibisiriyu committed Jul 1, 2024
1 parent d319f4d commit ab164ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h4>Redirecting you...</h4>

if (source && allowedSources.includes(source)) {
redirectText.classList.add("show");
window.location.replace("https://instant.busha.ng/notifications");
window.location.replace("https://app.busha.ng/notifications");
}
})()
</script>
Expand Down

0 comments on commit ab164ff

Please sign in to comment.