diff --git a/app.config.ts b/app.config.ts index 38c78d64..dc336d5f 100644 --- a/app.config.ts +++ b/app.config.ts @@ -4,8 +4,8 @@ export default defineAppConfig({ dateFormat: 'MMM DD, YYYY', notice: { - text: 'EARN RACHA POINTS AND STORAGE CREDITS BY REFERRING FRIENDS LEARN MORE', - href: '/referrals', + text: 'Click Here to Earn From Your TG Chats', + href: '/tgminiapp', displayUntil: '2025-12-31', // use ISO date format or final day +1 in yyyy-mm-dd }, actions: { @@ -15,6 +15,7 @@ export default defineAppConfig({ { text: 'Product', dropdown: [ + { text: 'Telegram Backup', href: '/tgminiapp' }, { text: 'Bluesky Storage', href: 'https://bsky.storage' }, { text: 'Storacha AI', href: 'https://storacha.ai' }, { text: 'Storacha Console', href: 'https://console.storacha.network/' }, diff --git a/components/Notice.vue b/components/Notice.vue index e72796f4..e24d6317 100644 --- a/components/Notice.vue +++ b/components/Notice.vue @@ -16,7 +16,8 @@ onMounted(() => {