Skip to content

Commit

Permalink
more revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaylyn-Barbee committed Aug 3, 2023
1 parent 173223c commit 0799249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/pwabuilder/src/script/pages/qualification/app-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export class AppToken extends LitElement {
</div>
` : null } -->
<div id="over-main-content">
<sl-button class="primary" @click=${() => this.reclaimToken()}>Reclaim code</sl-button>
<!-- <sl-button class="primary" @click=${() => this.reclaimToken()}>Reclaim code</sl-button> -->
<h1>This promotion has currently ended.</h1>
<p>Please check our Twitter handle
<a href="https://twitter.com/pwabuilder" rel="noopener" target="_blank">@PWABuilder</a>
Expand Down Expand Up @@ -697,13 +697,13 @@ export class AppToken extends LitElement {
<div id="hero-section" class=${classMap(this.heroBanners)}>
<div id="hero-section-content">
<div id="hero-section-actions">
${(!this.testsInProgress && !this.siteURL) ?
<!-- ${(!this.testsInProgress && !this.siteURL) ?
html`
<sl-button class="secondary" @click=${() => this.reclaimToken()}>
Reclaim code
</sl-button>
` :
null}
null} -->
${(!this.testsInProgress && this.siteURL) && !this.userSignedIn ?
html`
<sl-button class="secondary" @click=${() => this.enterDifferentURL()}>
Expand Down

0 comments on commit 0799249

Please sign in to comment.