Skip to content

Commit

Permalink
Merge pull request #281 from Build-Squad/ENG-227-image-changes
Browse files Browse the repository at this point in the history
Update images on landing page
  • Loading branch information
varsha1305nav authored Mar 28, 2024
2 parents 8cc4bf4 + 644335a commit adaff98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/app/business/components/elevateSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const SecondTabComponent = () => {
<Grid item sx={{ textAlign: "left" }} xs={12} sm={6} md={6} lg={6}>
<Image
src={
"https://xfluencer.s3.eu-west-2.amazonaws.com/static/collab3.png"
"https://xfluencer.s3.eu-west-2.amazonaws.com/static/business_order_dash.png"
}
width={"952"}
height={"500"}
Expand Down
7 changes: 6 additions & 1 deletion src/ui/app/influencer/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ export default function Banner({}: Props) {
width={"650"}
height={"0"}
objectFit="cover"
style={{ height: "100%" }}
style={{
height: "100%",
width: "100%",
maxHeight: "800px",
maxWidth: "1200px",
}}
alt={"Influencer Banner"}
/>
</Grid>
Expand Down

0 comments on commit adaff98

Please sign in to comment.