Skip to content

Commit c4b309c

Browse files
Spring sale updates
1 parent b8c04e9 commit c4b309c

File tree

10 files changed

+13
-11
lines changed

10 files changed

+13
-11
lines changed

assets/styles/layout/templates/_templates.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
margin: 1rem 0 1.25rem;
14151415

14161416
&-discount-active {
1417-
color: var(--surface-600);
1417+
color: var(--text-color-secondary);
14181418
text-decoration: line-through;
14191419
margin-right: 1rem;
14201420
}

pages/templates/apollo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default {
220220
license: {
221221
documentLink: 'https://apollo.primevue.org/documentation/',
222222
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.',
223-
showDiscount: false,
223+
showDiscount: true,
224224
licenseDetails: [
225225
{
226226
title: 'Basic License',

pages/templates/atlantis/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default {
208208
license: {
209209
documentLink: 'https://atlantis.primevue.org/documentation',
210210
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.',
211-
showDiscount: false,
211+
showDiscount: true,
212212
licenseDetails: [
213213
{
214214
title: 'Basic License',

pages/templates/avalon/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default {
207207
license: {
208208
documentLink: 'https://avalon.primevue.org/documentation',
209209
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.',
210-
showDiscount: false,
210+
showDiscount: true,
211211
licenseDetails: [
212212
{
213213
title: 'Basic License',

pages/templates/diamond/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default {
197197
license: {
198198
documentLink: 'https://diamond.primevue.org/documentation/',
199199
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.',
200-
showDiscount: false,
200+
showDiscount: true,
201201
licenseDetails: [
202202
{
203203
title: 'Basic License',

pages/templates/freya/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default {
194194
license: {
195195
documentLink: 'https://freya.primevue.org/documentation',
196196
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.',
197-
showDiscount: false,
197+
showDiscount: true,
198198
licenseDetails: [
199199
{
200200
title: 'Basic License',

pages/templates/poseidon/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default {
172172
license: {
173173
documentLink: 'https://poseidon.primevue.org/documentation/',
174174
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.',
175-
showDiscount: false,
175+
showDiscount: true,
176176
licenseDetails: [
177177
{
178178
title: 'Basic License',

pages/templates/ultima/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export default {
206206
license: {
207207
documentLink: 'https://ultima.primevue.org/documentation/',
208208
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.',
209-
showDiscount: false,
209+
showDiscount: true,
210210
licenseDetails: [
211211
{
212212
title: 'Basic License',

pages/templates/verona/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default {
195195
license: {
196196
documentLink: 'https://verona.primevue.org/documentation',
197197
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.',
198-
showDiscount: false,
198+
showDiscount: true,
199199
licenseDetails: [
200200
{
201201
title: 'Basic License',

pages/uikit/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
<div class="text-600 font-medium">For individual designers</div>
158158
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
159159
<div class="flex flex-wrap gap-3">
160-
<span class="text-2xl font-bold text-900">$99</span>
160+
<span class="text-2xl font-bold text-900 line-through text-color-secondary">$99</span>
161+
<span class="text-2xl font-bold text-900">$49</span>
161162
</div>
162163
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
163164
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">
@@ -201,7 +202,8 @@
201202
<div class="text-600 font-medium">For small teams</div>
202203
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
203204
<div class="flex flex-wrap gap-3">
204-
<span class="text-2xl font-bold text-900">$249</span>
205+
<span class="text-2xl font-bold text-900 line-through text-color-secondary">$249</span>
206+
<span class="text-2xl font-bold text-900">$149</span>
205207
</div>
206208
<hr class="my-3 mx-0 border-top-1 border-none surface-border" />
207209
<ul class="list-none p-0 m-0 flex-grow-1 text-lg">

0 commit comments

Comments
 (0)