Skip to content

Commit

Permalink
buy farmer via Tg button
Browse files Browse the repository at this point in the history
  • Loading branch information
2z2z2z committed Jul 18, 2023
1 parent 63a9039 commit 3e4c7da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/TopupCoinOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const TELEGRAM_BUY_LINKS = {
BEE: 'https://t.me/honeepremiumbot?start=buy-bee',
MEGANET: 'https://t.me/metagardenbot?start=meganet',
LAUNCHER: 'https://t.me/metagardenbot?start=launcher',
FARMER: 'https://t.me/metagardenbot?start=farmer',
FARMER: 'https://t.me/metagardenbot?start=farmer-cryptobot',
};
export default {
Expand Down
6 changes: 3 additions & 3 deletions pages/farming/options/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ export default {
<InlineSvg class="button__icon" src="/img/icon-blockchain.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Crypto', 'topup.buy-with-crypto') }}
</nuxt-link>-->
<!--
<a class="button button&#45;&#45;full u-mt-10" :class="buttonClass" :href="$options.TELEGRAM_BUY_LINKS.FARMER" target="_blank" v-if="$options.TELEGRAM_BUY_LINKS.FARMER">

<a class="button button--full u-mt-10" :class="buttonClass" :href="$options.TELEGRAM_BUY_LINKS.FARMER" target="_blank" v-if="$options.TELEGRAM_BUY_LINKS.FARMER">
<InlineSvg class="button__icon" src="/img/icon-social-telegram.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Telegram bot', 'topup.buy-via-telegram') }}
</a>
-->

<nuxt-link class="button button--full u-mt-10" :class="buttonClass" :to="$i18nGetPreferredPath('/farming/options/swap')">
<InlineSvg class="button__icon" src="/img/icon-swap.svg" width="24" height="24" alt="" role="presentation"/>
{{ $td('Swap in Minter', 'topup.buy-in-minter') }}
Expand Down

0 comments on commit 3e4c7da

Please sign in to comment.