From 09ba99480c5b2831c544c6b1b454609751971d47 Mon Sep 17 00:00:00 2001 From: max-digi Date: Tue, 14 Apr 2026 22:09:18 +0100 Subject: [PATCH 1/2] chore: remove mainnet is live banner Amp-Thread-ID: https://ampcode.com/threads/T-019d8c12-aa19-7198-94fd-665dd833f8d5 Co-authored-by: Amp --- vocs.config.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/vocs.config.ts b/vocs.config.ts index e6a3ca8..20ee2d9 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -12,13 +12,6 @@ const baseUrl = (() => { })() export default defineConfig({ - banner: { - dismissable: false, - backgroundColor: '#5B4CDB', - content: 'Tempo Mainnet is live. [Read our announcement.](https://tempo.xyz/blog/mainnet) →', - height: '40px', - textColor: 'white', - }, changelog: Changelog.github({ prereleases: true, repo: 'tempoxyz/tempo' }), // TODO: Set back to true once tempoxyz/tempo#tip-1011 dead link is fixed checkDeadlinks: 'warn', From 8c4922a5d9d3248292fccd649510dcd61e47c0a5 Mon Sep 17 00:00:00 2001 From: max-digi Date: Tue, 14 Apr 2026 22:11:36 +0100 Subject: [PATCH 2/2] chore: keep banner config as commented template Amp-Thread-ID: https://ampcode.com/threads/T-019d8c12-aa19-7198-94fd-665dd833f8d5 Co-authored-by: Amp --- vocs.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vocs.config.ts b/vocs.config.ts index 20ee2d9..1f6d65d 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -12,6 +12,13 @@ const baseUrl = (() => { })() export default defineConfig({ + // banner: { + // dismissable: false, + // backgroundColor: '#5B4CDB', + // content: 'Your announcement here. [Learn more.](https://tempo.xyz) →', + // height: '40px', + // textColor: 'white', + // }, changelog: Changelog.github({ prereleases: true, repo: 'tempoxyz/tempo' }), // TODO: Set back to true once tempoxyz/tempo#tip-1011 dead link is fixed checkDeadlinks: 'warn',