Skip to content

fix(offerwall): open webmonetization.org link in new tab#642

Merged
sidvishnoi merged 1 commit intomainfrom
bugfix/615-wm-link-new-tab
Mar 31, 2026
Merged

fix(offerwall): open webmonetization.org link in new tab#642
sidvishnoi merged 1 commit intomainfrom
bugfix/615-wm-link-new-tab

Conversation

@kjmitchelljr
Copy link
Copy Markdown
Collaborator

Summary

Adds target="_blank" to the “Find out more on webmonetization.org” link in the offerwall install-required view so it opens in a new tab

Testing

  • Open the install-required offerwall state and click the webmonetization.org link; it should open in a new tab.

Closes #615

@kjmitchelljr kjmitchelljr self-assigned this Mar 30, 2026
@github-actions
Copy link
Copy Markdown

Deployment results

Worker Alias URL Outcome
API - staging success
CDN - 7ddbcee5 success
App - 1f87ed44 success

Logs #23759188969

@sidvishnoi
Copy link
Copy Markdown
Member

There are links in other offerwall screens as well as I remember.

@kjmitchelljr
Copy link
Copy Markdown
Collaborator Author

kjmitchelljr commented Mar 30, 2026

There are links in other offerwall screens as well as I remember.

Looked into it, that was the only one that needed the fix/change @sidvishnoi:
Install required — extension CTA

<a
class="button"
href="${this.extensionUrl}"
target="_blank"
@click=${this.#onExtensionLinkClick}
>${BUTTON_CTA}</a
>

Install required — webmonetization.org footer

<span
>Find out more on
<a href="https://webmonetization.org" target="_blank"
>webmonetization.org</a
></span

Contribution required — webmonetization.org

Find out more on
<a href="https://webmonetization.org" target="_blank"
>webmonetization.org</a
>

All set — webmonetization.org

<p class="strong">
Find out more on
<a href="https://webmonetization.org" target="_blank"
>webmonetization.org</a
>

Copy link
Copy Markdown
Member

@sidvishnoi sidvishnoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for confirming!

@sidvishnoi sidvishnoi changed the title fix(offerwall): wm link opens in new tab fix(offerwall): open webmonetization.org link in new tab Mar 31, 2026
@sidvishnoi sidvishnoi merged commit 34bfd7f into main Mar 31, 2026
7 checks passed
@sidvishnoi sidvishnoi deleted the bugfix/615-wm-link-new-tab branch March 31, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Offerwall page- WM link should open in a new tab

3 participants