1
0
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:
Kamran Ahmed 2022-09-08 20:35:38 +04:00
parent 4142c2afc0
commit 487178ae50
2 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

@ -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' }}