Skip to content

Commit

Permalink
updated for venmo resize
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-digitalkarma committed Jan 9, 2024
1 parent 3f9955f commit d9227b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/hooks/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Landing = () => {
</p>
<ImageContainer>
<ImageIcons image={paypal} height="200px" />
<ImageIcons image={venmo} width="320px" />
<ImageIcons image={venmo} height="200px" />
</ImageContainer>
</main>
</div>
Expand Down

0 comments on commit d9227b5

Please sign in to comment.