Skip to content

Commit

Permalink
Merge pull request #957 from Matataki-io/xiaotian/dev
Browse files Browse the repository at this point in the history
feat: modify quest address
  • Loading branch information
xiaotiandada authored Dec 24, 2020
2 parents e820445 + b14534d commit a65ebbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/dapp/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="head-text">
<p class="head-description">一个基于Fan票的任务悬赏平台</p>
<img src="@/assets/img/dapp-banner-quest-logo.png" alt="logo">
<a href="https://matataki-quest.netlify.app" target="_blank" class="head-btn">
<a href="https://quest.matataki.io" target="_blank" class="head-btn">
{{ $t('visit-website') }}
</a>
</div>
Expand Down Expand Up @@ -200,7 +200,7 @@ export default {
img: quest,
width: '130px',
height: '147px',
url: 'https://matataki-quest.netlify.app/',
url: 'https://quest.matataki.io/',
repo: 'https://github.com/Matataki-io/Fan-TaskBoard',
btn: this.$t('visit-website'),
disabled: false
Expand Down

0 comments on commit a65ebbd

Please sign in to comment.