Skip to content

Commit

Permalink
feat: link to premium pages
Browse files Browse the repository at this point in the history
so user can preview what it is getting
  • Loading branch information
AlejandroAkbal committed Feb 25, 2021
1 parent 7ef4838 commit 8e9a85d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 8 additions & 6 deletions components/pages/premium/Subscription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,25 @@
<div class="flex-shrink-0">
<check-icon class="w-6 h-6 icon text-gradient-one" />
</div>
<p
class="ml-3 text-base font-medium leading-6 text-default-text-muted"
<NuxtLink
to="/premium/booru"
class="ml-3 text-base font-medium leading-6 color-util"
>
Add your own boorus
</p>
</NuxtLink>
</li>

<!-- -->
<li class="flex items-start mt-4">
<div class="flex-shrink-0">
<check-icon class="w-6 h-6 icon text-gradient-one" />
</div>
<p
class="ml-3 text-base font-medium leading-6 text-default-text-muted"
<NuxtLink
to="/premium/tags"
class="ml-3 text-base font-medium leading-6 color-util"
>
Create Tag Collections
</p>
</NuxtLink>
</li>

<!-- -->
Expand Down
2 changes: 0 additions & 2 deletions pages/premium/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
import { mapGetters, mapActions } from 'vuex'
export default {
middleware: 'auth',
data() {
return {
formTagCollection: {
Expand Down

0 comments on commit 8e9a85d

Please sign in to comment.