Browse Source

comment out broken How It Works link

pull/73/head
Jonathan Cobb 4 years ago
parent
commit
7e4bb5d3fe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/_pages/main/bubble/LaunchBubble.vue

+ 2
- 0
src/_pages/main/bubble/LaunchBubble.vue View File

@@ -37,9 +37,11 @@
</div> </div>


<!--- How it works Section ---> <!--- How it works Section --->
<!--
<a class="how-it-works-section-link text-center d-block mt-5" href="#"> <a class="how-it-works-section-link text-center d-block mt-5" href="#">
{{ messages.how_it_works_title }} {{ messages.how_it_works_title }}
</a> </a>
-->
<LaunchBubbleSettingsModal ref="settingsModal" /> <LaunchBubbleSettingsModal ref="settingsModal" />
</div> </div>
</template> </template>


Loading…
Cancel
Save