Skip to content

Commit

Permalink
code: remove href prop
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Jun 28, 2024
1 parent fa3e806 commit cc95bbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/connect-button/src/components/pages/not-connected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class RadixNotConnectedPage extends LitElement {
const template = this.isMobile
? html`<div class="cta-link">
<radix-link
href="http://wallet.radixdlt.com/"
displayText="Don't have the Radix Wallet?"
@click=${() => {
this.dispatchEvent(
Expand Down Expand Up @@ -109,7 +108,6 @@ export class RadixNotConnectedPage extends LitElement {
<div class="cta-link">
<radix-link
href="http://wallet.radixdlt.com/"
displayText="Download and Setup Guide"
@click=${() => {
this.dispatchEvent(
Expand Down Expand Up @@ -149,7 +147,6 @@ export class RadixNotConnectedPage extends LitElement {
<div class="cta-link">
<radix-link
href="http://wallet.radixdlt.com/"
displayText="Download and Setup Guide"
@click=${() => {
this.dispatchEvent(
Expand Down

0 comments on commit cc95bbd

Please sign in to comment.