Skip to content

Commit

Permalink
LIVE is over
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jun 16, 2018
1 parent bcd368f commit b4c87b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<template>
<div id="app">
<img src="./assets/logo.png" alt="Hubble" style="opacity: 0;position: fixed;z-index: -1">
<el-alert type="warning" title=""><b>React vs. Vue 100k<i class="el-icon-star-on"></i> race is
<router-link to="/react-vs-vue">LIVE</router-link>
now.</b></el-alert>
<router-view class="router-view" />
<el-dialog
:title="dialogTitle || 'Error: Forbidden'"
Expand Down
3 changes: 3 additions & 0 deletions src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
</main>
<footer align="center">
<router-link to="/repo-race">Repo race</router-link>
|
<router-link to="/my-stars-this-year?start">How many stars have I earned this year?</router-link>
|
<router-link to="/react-vs-vue">React vs. Vue</router-link>
</footer>
<el-dialog
title="Get your Hubble badge"
Expand Down
2 changes: 2 additions & 0 deletions src/components/MultiRepo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<router-link to="/">Home</router-link>
|
<router-link to="/my-stars-this-year?start">How many stars have I earned this year?</router-link>
|
<router-link to="/react-vs-vue">React vs. Vue</router-link>
</footer>
<el-dialog
title="Get your Hubble badge"
Expand Down
2 changes: 2 additions & 0 deletions src/components/MyStars.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<router-link to="/">Home</router-link>
|
<router-link to="/repo-race">Repo race</router-link>
|
<router-link to="/react-vs-vue">React vs. Vue</router-link>
</footer>
</div>
</template>
Expand Down
4 changes: 1 addition & 3 deletions src/components/ReactVsVue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@
return `${base}?${composeParams(params)}`
},
diffMessage() {
if (this.lineChart) {
return 'Final stage'
}
return 'Congrats Vue!'
const numberWithCommas = (x) => {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
}
Expand Down

0 comments on commit b4c87b4

Please sign in to comment.