Skip to content

Commit

Permalink
Updated image size
Browse files Browse the repository at this point in the history
  • Loading branch information
manjilasingh committed Jan 3, 2025
1 parent 40ab4de commit 92774cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ export default function HomepageFeatures() {
className={`${styles.imagecontainer} ${styles.darkImage}`}
src={"https://upload.wikimedia.org/wikipedia/en/thumb/b/ba/Utah_State_University_seal.svg/1200px-Utah_State_University_seal.svg.png"}
alt={MemberList[0].name}
width={120}
height={120}
width={90}
height={90}
/>
</a>
</div>
Expand All @@ -609,8 +609,8 @@ export default function HomepageFeatures() {
className={`${styles.imagecontainer} ${styles.darkImage}`}
src={"https://www.in-icorps.org/wp-content/uploads/2024/09/UVM-white-resized.png"}
alt={MemberList[1].name}
width={240}
height={80}
width={230}
height={70}
/>
<img
className={`${styles.imagecontainer} ${styles.lightImage}`}
Expand Down

0 comments on commit 92774cb

Please sign in to comment.