mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-23 09:22:52 +02:00
Fix subscription button not showing up on mobile
This commit is contained in:
@@ -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 React from 'react';
|
||||||
import siteConfig from '../content/site.json';
|
|
||||||
|
|
||||||
type PageHeaderProps = {
|
type PageHeaderProps = {
|
||||||
title: string;
|
title: string;
|
||||||
|
@@ -101,7 +101,7 @@ function RoadmapSubscriber({ roadmapTitle }: { roadmapTitle: string }) {
|
|||||||
py='14px'
|
py='14px'
|
||||||
px='10px'
|
px='10px'
|
||||||
leftIcon={<AtSignIcon />}
|
leftIcon={<AtSignIcon />}
|
||||||
display={['none', 'flex']}
|
display={'flex'}
|
||||||
colorScheme='yellow'
|
colorScheme='yellow'
|
||||||
variant='solid'
|
variant='solid'
|
||||||
_hover={{ textDecoration: 'none' }}
|
_hover={{ textDecoration: 'none' }}
|
||||||
|
Reference in New Issue
Block a user