Merge branch 'prod'
commit
bf964aff4c
|
@ -43,7 +43,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://apollo.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -42,7 +42,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://atlantis.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://avalon.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -43,7 +43,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://diamond.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -43,7 +43,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://freya.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -43,7 +43,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://poseidon.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -44,7 +44,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://ultima.primevue.org/documentation/',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -43,7 +43,7 @@ export default {
|
|||
license: {
|
||||
documentLink: 'https://verona.primevue.org/documentation',
|
||||
description: 'The download package is a Vite-based project containing all application source codes deployed at the live demo. The project code is written in JavaScript.',
|
||||
showDiscount: true,
|
||||
showDiscount: false,
|
||||
licenseDetails: [
|
||||
{
|
||||
title: 'Basic License',
|
||||
|
|
|
@ -159,8 +159,8 @@
|
|||
<div class="text-surface-500 dark:text-surface-400 font-medium">For individual designers</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<span class="text-2xl text-muted-color line-through">$99</span>
|
||||
<span class="text-2xl font-bold">$49</span>
|
||||
<span v-if="false" class="text-2xl text-muted-color line-through">$99</span>
|
||||
<span class="text-2xl font-bold">$99</span>
|
||||
</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<ul class="list-none p-0 m-0 grow text-lg">
|
||||
|
@ -202,8 +202,8 @@
|
|||
<div class="text-surface-500 dark:text-surface-400 font-medium">For small teams</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<span class="text-2xl text-muted-color line-through">$249</span>
|
||||
<span class="text-2xl font-bold">$149</span>
|
||||
<span v-if="false" class="text-2xl text-muted-color line-through">$249</span>
|
||||
<span class="text-2xl font-bold">$249</span>
|
||||
</div>
|
||||
<hr class="my-4 mx-0 border-t border-0 border-surface-200 dark:border-surface-700" />
|
||||
<ul class="list-none p-0 m-0 grow text-lg">
|
||||
|
|
Loading…
Reference in New Issue