Skip to content

Commit

Permalink
move button to drop down menu
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Jul 21, 2022
1 parent 85a862a commit c58b15c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions vue-app/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@
/>
</links>
<div class="btn-row">
<a
href="/#/recipients"
v-if="$store.getters.isRecipientRegistryOwner"
class="btn-primary margin-right"
>
Manage Recipients
</a>
<div>
<img
@click="toggleTheme()"
Expand Down Expand Up @@ -83,9 +76,14 @@ export default class NavBar extends Vue {
text: 'Code',
emoji: '👾',
},
{
to: '/recipients',
text: 'Recipients',
emoji: '🚀',
},
{
to: '/metadata',
text: 'Manage metadata',
text: 'Metadata',
emoji: '📃',
},
]
Expand Down

0 comments on commit c58b15c

Please sign in to comment.