Skip to content

Commit

Permalink
feat(Premium page): add info about backups
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Sep 30, 2022
1 parent c4e85fd commit 93424bd
Showing 1 changed file with 40 additions and 17 deletions.
57 changes: 40 additions & 17 deletions components/pages/premium/PremiumSubscription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class="ml-3 text-base font-medium leading-6 link"
to="/premium/custom-boorus"
>
Use more Boorus
Use additional Boorus
</NuxtLink>
</li>

Expand All @@ -49,22 +49,49 @@
</div>
<NuxtLink
class="ml-3 text-base font-medium leading-6 link"
to="/premium/tag-collections"
to="/premium/saved-posts"
>
Create collections of Tags
Save Posts
</NuxtLink>
</li>

<!-- -->
<li class="flex items-start mt-4">
<div class="shrink-0">
<check-icon class="w-6 h-6 icon text-accent-400" />
</div>
<p class="ml-3 text-base font-medium leading-6 text-gray-300">
One-click Post download
</p>
</li>

<!-- -->
<li class="flex items-start mt-4">
<div class="shrink-0">
<check-icon class="w-6 h-6 icon text-accent-400" />
</div>
<p class="ml-3 text-base font-medium leading-6 text-gray-300">
Find Post source with
<a
class="link"
href="https://saucenao.com/"
rel="noopener nofollow"
target="_blank">
SauceNAO
</a>
</p>
</li>

<!-- -->
<li class="flex items-start mt-4">
<div class="shrink-0">
<check-icon class="w-6 h-6 icon text-accent-400" />
</div>
<NuxtLink
class="ml-3 text-base font-medium leading-6 link"
to="/premium/saved-posts"
to="/premium/tag-collections"
>
Save posts
Create collections of Tags
</NuxtLink>
</li>

Expand All @@ -73,9 +100,12 @@
<div class="shrink-0">
<check-icon class="w-6 h-6 icon text-accent-400" />
</div>
<p class="ml-3 text-base font-medium leading-6 text-gray-300">
Download Posts automatically
</p>
<NuxtLink
class="ml-3 text-base font-medium leading-6 link"
to="/premium/backup"
>
Create backups
</NuxtLink>
</li>

<!-- -->
Expand All @@ -84,14 +114,7 @@
<check-icon class="w-6 h-6 icon text-accent-400" />
</div>
<p class="ml-3 text-base font-medium leading-6 text-gray-300">
Find source with
<a
class="link"
href="https://saucenao.com/"
target="_blank"
rel="noopener nofollow">
SauceNAO
</a>
No ads
</p>
</li>
</ul>
Expand All @@ -100,8 +123,8 @@
<a
class="block w-full px-6 py-3 text-lg font-medium leading-6 text-center text-black transition border-0 rounded-lg bg-gradient-to-r from-accent-400 to-primary-400 focus:focus-util hover:text-gray-800"
href="https://gum.co/Rule34App"
target="_blank"
rel="noopener nofollow"
target="_blank"
>
Subscribe
</a>
Expand Down

0 comments on commit 93424bd

Please sign in to comment.