Skip to content

Commit 0394f1e

Browse files
committed
Merge branch 'prod'
2 parents 16f6c22 + f0e98be commit 0394f1e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/showcase/components/doc/DocSectionNav.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ export default {
111111
112112
window.addEventListener('scroll', this.onScroll, { passive: true });
113113
114-
// this.ad = this.ads[Math.floor(Math.random() * 5)];
115-
this.ad = {
114+
this.ad = this.ads[Math.floor(Math.random() * 5)];
115+
/*this.ad = {
116116
lightImage: 'https://fqjltiegiezfetthbags.supabase.co/storage/v1/object/public/store.images/discount/apr26/primestore-spring-2026-sm.jpg',
117117
darkImage: 'https://fqjltiegiezfetthbags.supabase.co/storage/v1/object/public/store.images/discount/apr26/primestore-spring-2026-sm.jpg',
118118
title: 'Spring Sale',
119119
details: 'Spring Sale is here. 50% OFF everything at PrimeStore and PrimeBlocks.',
120120
href: 'https://primeui.store/'
121-
};
121+
};*/
122122
},
123123
beforeUnmount() {
124124
window.removeEventListener('scroll', this.onScroll, { passive: true });

apps/showcase/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div :class="containerClass" :data-p-theme="$appState.theme">
3-
<AppNews />
3+
<!--<AppNews />-->
44
<AppTopBar @menubutton-click="onMenuButtonClick" />
55
<Transition name="px-modal">
66
<div v-if="sidebarActive" class="layout-mask" @click="onMaskClick"></div>

apps/showcase/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div :class="containerClass">
3-
<AppNews />
3+
<!--<AppNews />-->
44
<AppTopBar :showMenuButton="false" />
55
<AppDesigner />
66
<HeroSection />

0 commit comments

Comments
 (0)