diff --git a/components/global-header.tsx b/components/global-header.tsx index 3e1249387..164c1221e 100644 --- a/components/global-header.tsx +++ b/components/global-header.tsx @@ -87,7 +87,7 @@ function MobileMenuLinks() { export function GlobalHeader() { return ( - + diff --git a/components/page-header.tsx b/components/page-header.tsx index 6a97df0e9..cb5cd5396 100644 --- a/components/page-header.tsx +++ b/components/page-header.tsx @@ -16,13 +16,13 @@ export function PageHeader(props: PageHeaderProps) { {title} - {subtitle} + {subtitle} {children && ( diff --git a/components/sticky-banner.tsx b/components/sticky-banner.tsx index 88fb8a79c..288a1549d 100644 --- a/components/sticky-banner.tsx +++ b/components/sticky-banner.tsx @@ -8,10 +8,17 @@ export function StickyBanner() { href={siteConfig.url.youtube} bg={'yellow.300'} color='gray.900' + // bg={'teal.900'} + // color='gray.300' alignItems='center' + position='fixed' + left={0} + right={0} + zIndex={999} justifyContent='center' - py='7px' - _hover={{ textDecoration: 'none', bg: 'yellow.400', }} + py='8px' + _hover={{ textDecoration: 'none', bg: 'yellow.400' }} + // _hover={{ textDecoration: 'none', bg: 'teal.800', color: 'gray.100' }} target='_blank' > diff --git a/pages/[roadmap]/index.tsx b/pages/[roadmap]/index.tsx index 2d6f0ff2f..4d8e136d6 100644 --- a/pages/[roadmap]/index.tsx +++ b/pages/[roadmap]/index.tsx @@ -1,4 +1,4 @@ -import { Box, Button, Container, Link, Stack } from '@chakra-ui/react'; +import { Box, Button, Text, Container, Link, Stack } from '@chakra-ui/react'; import { ArrowBackIcon, AtSignIcon, DownloadIcon } from '@chakra-ui/icons'; import { GlobalHeader } from '../../components/global-header'; import { OpensourceBanner } from '../../components/opensource-banner'; @@ -64,10 +64,9 @@ export default function Roadmap(props: RoadmapProps) { subtitle={roadmap.description} > - {roadmap.pdfUrl && ( @@ -81,7 +80,7 @@ export default function Roadmap(props: RoadmapProps) { colorScheme='yellow' variant='solid' _hover={{ textDecoration: 'none' }}> - Download PDF + Download )}