Skip to content

Commit

Permalink
chore: update scheduling image
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit85 committed Mar 28, 2024
1 parent adaff98 commit 599a4d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ui/app/influencer/components/elevateSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ const ThirdTabComponent = () => {
</Grid>
<Grid item xs={12} sm={6} md={6} lg={6}>
<Image
src={Article3_Business}
src={
"https://xfluencer.s3.eu-west-2.amazonaws.com/static/scheduling.png"
}
alt=""
height={100}
width={100}
width={"500"}
height={"500"}
style={{ marginLeft: "8px", width: "100%", height: "500px" }}
/>
</Grid>
Expand Down

0 comments on commit 599a4d7

Please sign in to comment.