Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions frontend/app/routes/link-tag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@ export default function LinkTag() {
title="Link Tag Generator"
onBackClick={() => navigate('/')}
>
Use the Link Tag Generator to generate a monetization <link>
element for your HTML documents. Just enter your 
<a href="https://paymentpointers.org/" className="underline">
payment pointer
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Hi @Onyx2406 , thank you so much for your contribution. I see that you removed payment pointer, that is an important information to keep so we're guiding our users properly. Thank you

</a>
&nbsp;or&nbsp;
<a href="https://webmonetization.org/wallets/" className="underline">
wallet address
</a>
&nbsp;into the field and click Generate.
The link tag generator creates a monetization link element for your
HTML documents. Enter your wallet address to generate the tag.
<br />
Add the generated tag to the head section of your website to enable
Web Monetization.
</HeadingCore>
</div>
<div className="flex flex-col items-center gap-md">
Expand Down