Skip to content

Commit

Permalink
build fixes (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
shameenjamil authored Nov 30, 2023
1 parent c8d866b commit ea24985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion components/Presentational/Banner/Banner.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.banner {
background-color: rgba(99, 172, 69, 0.1);
border-radius: 12px;
margin-bottom: 50px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -57,6 +56,7 @@

@media only screen and (max-width: 767px) {
.banner {
margin-bottom: 50px;
padding: 40px;
.description {
width: 100%;
Expand Down
6 changes: 0 additions & 6 deletions components/Presentational/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import { Typography, Box, Grid, Paper } from '@mui/material'
import Image, { StaticImageData } from 'next/image'
import circle from '../../../public/images/circles.png'
import bannerP7 from '../../../public/images/banner-p7.png'

interface Banner {
header: string
Expand Down Expand Up @@ -80,11 +79,6 @@ const Banner: React.FC<Banner> = ({
</Grid>
</Box>
</div>
<div>
<Box className="subscribe-image">
<Image src={bannerP7} alt="prixite" />
</Box>
</div>
</>
)
}
Expand Down

0 comments on commit ea24985

Please sign in to comment.