Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dea8b41

Browse files
Increase logo size (#483)
1 parent 4b35cfa commit dea8b41

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

layout/Home/components/Sponsors/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export default function Sponsors(props) {
6969
<a key={i} href={sponsor.link}>
7070
<Image
7171
src={`/images/sponsors/${sponsor.image}.svg`}
72-
width={150}
73-
height={40}
72+
width={250}
73+
height={60}
7474
alt={sponsor.image}
7575
/>
7676
</a>

0 commit comments

Comments
 (0)