mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-15 12:49:43 +01:00
Fix subscription button not showing up on mobile
This commit is contained in:
parent
4142c2afc0
commit
487178ae50
@ -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;
|
||||
|
@ -101,7 +101,7 @@ function RoadmapSubscriber({ roadmapTitle }: { roadmapTitle: string }) {
|
||||
py='14px'
|
||||
px='10px'
|
||||
leftIcon={<AtSignIcon />}
|
||||
display={['none', 'flex']}
|
||||
display={'flex'}
|
||||
colorScheme='yellow'
|
||||
variant='solid'
|
||||
_hover={{ textDecoration: 'none' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user