Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 2, 2024
2 parents cd1e762 + 88cfe9a commit cbfe7e8
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 16 deletions.
8 changes: 4 additions & 4 deletions apps/showcase/assets/data/news.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": 72,
"content": "The Black Friday Sale is now live with up to 50% off! 🎉",
"linkText": "Visit Store",
"linkHref": "https://primefaces.org/store",
"id": 73,
"content": "Remastered Diamond Template is out now! 🎉",
"linkText": "View Demo",
"linkHref": "https://diamond.primevue.org",
"target": "_blank"
}
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/apollo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/atlantis/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/avalon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/diamond/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/freya/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/poseidon/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/ultima/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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',
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/pages/templates/verona/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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',
Expand Down
6 changes: 2 additions & 4 deletions apps/showcase/pages/uikit/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@
<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 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">
Expand Down Expand Up @@ -210,8 +209,7 @@
<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 class="text-2xl font-bold">$990</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">
Expand Down

0 comments on commit cbfe7e8

Please sign in to comment.