diff --git a/src/pages/announcements/index.tsx b/src/pages/announcements/index.tsx index e2722ff7..85ab3696 100644 --- a/src/pages/announcements/index.tsx +++ b/src/pages/announcements/index.tsx @@ -154,7 +154,7 @@ export const getStaticProps: GetStaticProps = async ({ previewData, }) => { const sidebarfallback = await getNavigation() - const sectionSelected = 'Announcements' + const sectionSelected = 'News' const previewBranch = preview && JSON.parse(JSON.stringify(previewData)).hasOwnProperty('branch') ? JSON.parse(JSON.stringify(previewData)).branch