Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: corrected Netlify logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Nov 12, 2022
1 parent 76741bd commit e2f447f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/common/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function Avatar({
return (
<div className={styles.avatar}>
<Image
alt='Avatar'
layout='fill'
src={src}
/>
Expand Down
7 changes: 6 additions & 1 deletion src/components/universal/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ export function Footer() {
rel="noopener noreferrer"
>
Powered by
<Image src="/netlify.svg" height={20} width={88} alt="Netlify" className='icon' />
<Image
src="/netlify.svg"
height={30}
width={110}
alt="Netlify"
/>
</Button>
<div className={styles.externalLinks}>
<IconButton
Expand Down

0 comments on commit e2f447f

Please sign in to comment.