Skip to content

Commit

Permalink
Increase logo size (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodrigues10 authored Feb 16, 2023
1 parent 4b35cfa commit dea8b41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
4 changes: 2 additions & 2 deletions layout/Home/components/Sponsors/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export default function Sponsors(props) {
<a key={i} href={sponsor.link}>
<Image
src={`/images/sponsors/${sponsor.image}.svg`}
width={150}
height={40}
width={250}
height={60}
alt={sponsor.image}
/>
</a>
Expand Down
Loading

0 comments on commit dea8b41

Please sign in to comment.