Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljyeates committed Sep 23, 2019
2 parents 67acd7c + 46af6b2 commit 12dfa67
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions components/menu/menu-extension.vue
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
<template>
<div>
<!-- <q-item to="/example">
<q-item-side icon="check" color="text2" />
<q-item-main :label="$t('default.example_page')" class="text-text1" />
</q-item> -->
<q-item
@click.native="openURL('https://explorer.eosdac.io')"
class="cursor-pointer"
>
<q-item-side :icon="$configFile.icon.explorer" color="text2" />
<q-item-main :label="$t('menu.token_explorer')" class="text-text1" />
<q-item-side right icon="link" color="text2" />
</q-item>

<q-item
@click.native="openURL('https://discord.io/eosdac')"
class="cursor-pointer"
Expand Down

0 comments on commit 12dfa67

Please sign in to comment.