Skip to content

Commit

Permalink
fix(options): missing files breaks CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jul 4, 2018
1 parent c1dd4fb commit ae35a49
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# binary
/src/options/assets/qrcode
2 changes: 0 additions & 2 deletions src/options/Coffee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
<transition name="fade">
<div class="payment-pane" key="wechat" v-if="active === 'wechat'"><img src="./assets/qrcode/wechat.png" alt="wechat qrcode"><p><small>{{ $t('opt:buy_me_a_coffee') }}</small></p></div>
<div class="payment-pane" key="alipay" v-else-if="active === 'alipay'"><img src="./assets/qrcode/alipay.png" alt="alipay qrcode"><p> </p></div>
<div class="payment-pane" key="paypal" v-else-if="active === 'paypal'"><img src="./assets/qrcode/ko-fi.png" alt="ko-fi qrcode"><p><a href="https://ko-fi.com/crimxcoffee" target="_blank">https://ko-fi.com/crimxcoffee</a></p></div>
<div class="payment-pane" key="bitcoin" v-else-if="active === 'bitcoin'"><img src="./assets/qrcode/bitcoin.png" alt="bitcoin qrcode"><p><small>1LkSPTYg3xFTZp39XxQJHqA77rskkENDyX</small></p></div>
</transition>
</div>
</div>
Expand Down
Binary file added src/options/assets/qrcode/alipay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/options/assets/qrcode/wechat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae35a49

Please sign in to comment.