docs: removing double announcements (#5714)

This commit is contained in:
Angie Jones
2025-11-13 07:51:37 -06:00
committed by GitHub
parent f233f9f3be
commit bdfcbf00eb
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -483,14 +483,14 @@ const config: Config = {
quickQuestions: ["What is goose?"], quickQuestions: ["What is goose?"],
}, },
}, },
announcementBar: { // announcementBar: {
id: 'goose-grants', // id: 'goose-grants',
content: // content:
'✨ goose grant program now open: <a href="/goose/grants">apply now</a>! ✨', // '✨ goose grant program now open: <a href="/goose/grants">apply now</a>! ✨',
backgroundColor: '#20232a', // backgroundColor: '#20232a',
textColor: '#fff', // textColor: '#fff',
isCloseable: false, // isCloseable: false,
}, // },
} satisfies Preset.ThemeConfig, } satisfies Preset.ThemeConfig,
}; };
+1 -1
View File
@@ -21,7 +21,7 @@ export default function Root({ children }: Props): JSX.Element {
lineHeight: '1.3', lineHeight: '1.3',
}} }}
> >
Join our hackathon to build next-gen interfaces with goose and win prizes.{' '} NO KEYBOARDS ALLOWED HACKATHON : build next-gen interfaces with goose and win prizes.{' '}
<a <a
href="https://nokeyboardsallowed.dev" href="https://nokeyboardsallowed.dev"
target="_blank" target="_blank"