Skip to content

Commit

Permalink
chore: minor height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Parikshit85 committed Mar 28, 2024
1 parent 599a4d7 commit c07178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/app/influencer/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Banner({}: Props) {
style={{
height: "100%",
width: "100%",
maxHeight: "800px",
maxHeight: "625px",
maxWidth: "1200px",
}}
alt={"Influencer Banner"}
Expand Down

0 comments on commit c07178c

Please sign in to comment.