diff --git a/components/page-header.tsx b/components/page-header.tsx index 97a1125bf..d1c5ca1e7 100644 --- a/components/page-header.tsx +++ b/components/page-header.tsx @@ -1,6 +1,5 @@ -import { Badge, Box, Container, Heading, Link, Text } from '@chakra-ui/react'; +import { Box, Container, Heading, Text } from '@chakra-ui/react'; import React from 'react'; -import siteConfig from '../content/site.json'; type PageHeaderProps = { title: string; diff --git a/components/roadmap/roadmap-page-header.tsx b/components/roadmap/roadmap-page-header.tsx index 3d2cf58c5..77e1eeb6f 100644 --- a/components/roadmap/roadmap-page-header.tsx +++ b/components/roadmap/roadmap-page-header.tsx @@ -101,7 +101,7 @@ function RoadmapSubscriber({ roadmapTitle }: { roadmapTitle: string }) { py='14px' px='10px' leftIcon={} - display={['none', 'flex']} + display={'flex'} colorScheme='yellow' variant='solid' _hover={{ textDecoration: 'none' }}