Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update onramp footer copy #2049

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ export class W3mOnRampProvidersFooter extends LitElement {
gap="s"
>
<wui-text color="fg-250" variant="small-400" align="center">
We work with the best providers to fit your buyer needs, region, and to get you the lowest
fees
We work with the best providers to give you the lowest fees and best support. More options
coming soon!
</wui-text>

${this.whatIsBuyTemplate()}
${this.howDoesItWorkTemplate()}
</wui-flex>
`
}

// -- Private ------------------------------------------- //
private whatIsBuyTemplate() {
private howDoesItWorkTemplate() {
return html` <wui-link @click=${this.onWhatIsBuy.bind(this)}>
<wui-icon size="xs" color="accent-100" slot="iconLeft" name="helpCircle"></wui-icon>
What is Buy
How does it work?
</wui-link>`
}

Expand Down