Skip to content

Commit

Permalink
feat: create element to go to tag collections editor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Aug 31, 2020
1 parent 7386df7 commit 0743499
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/premium/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@
</nuxt-link>
</div>

<!-- Custom Tag Collections -->
<div class="flex p-4 material-container text-default-text">
<div class="flex-grow">
<h1 class="text-lg">Custom Tag Collections</h1>
<p class="text-sm text-default-text-muted">
Add or edit tag collections
</p>
</div>

<nuxt-link
class="flex items-center justify-center px-4 rounded-full material-container bg-background"
to="/premium/tags"
>
Modify
</nuxt-link>
</div>

<!-- Spacer -->
<div class="flex-grow" />

Expand Down

0 comments on commit 0743499

Please sign in to comment.