Skip to content

Commit

Permalink
disable join
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Feb 4, 2019
1 parent b6f8f2f commit f374ebb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/worbli-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class WorbliHeader extends PolymerElement {
<template is="dom-if" if="{{!logedIn}}">
<div class="navigation">
<ul>
<li on-click="_join" class="join-btn">JOIN WORBLI</a></li>
<!-- <li on-click="_join" class="join-btn">JOIN WORBLI</a></li> -->
<li on-click="_signIn" class="blue-bg">SIGN IN</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/worbli-signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class WorbliSignin extends PolymerElement {
<small class="comment error">[[error]]</small>
<button class="btn-critical" on-click="_reset">Send Email</button>
</template>
<div class="center">New to Worbli? <span on-click="_join">Join WORBLI</span></div>
<!-- <div class="center">New to Worbli? <span on-click="_join">Join WORBLI</span></div> -->
`;
}
static get properties() {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/main-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MainRoute extends PolymerElement {
<div class="main">
<div class="mobile-signup-buttons">
<button class="btn-critical" on-click="_signIn">Sign In</button>
<button class="btn-critical" on-click="_joinNow">Join Now</button>
<!-- <button class="btn-critical" on-click="_joinNow">Join Now</button> -->
</div>
<worbli-buy></worbli-buy>
<div class="tile-holder">
Expand Down
2 changes: 1 addition & 1 deletion src/worbli-portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class WorbliPortal extends PolymerElement {
<developerterms-route name="developerterms"></developerterms-route>
<platformterms-route name="platformterms"></platformterms-route>
<signin-route name="signin"></signin-route>
<join-route name="join"></join-route>
<!-- <join-route name="join"></join-route> -->
<menu-route name="menu"></menu-route>
</iron-pages>
`;
Expand Down

0 comments on commit f374ebb

Please sign in to comment.