Skip to content

Commit 246e46f

Browse files
committed
fix(about): decrease sponsors image size to avoid section width overflow
Decrease sponsors image size to avoid it expanding the 'Acknowledgments' section beyond its max width
1 parent d1ddb59 commit 246e46f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • apps/frontend/src/app/(content)/(info)/about

apps/frontend/src/app/(content)/(info)/about/about.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ Note Block World is made possible by our amazing community of note block enthusi
3030

3131
<Image
3232
unoptimized
33-
src='https://opencollective.com/opennbs/backers.svg?width=900'
33+
src='https://opencollective.com/opennbs/backers.svg?width=800'
3434
alt='Backers'
35-
width={900}
36-
height={900}
35+
width={800}
36+
height={800}
3737
/>
3838

3939
<Image
4040
unoptimized
41-
src='https://opencollective.com/opennbs/sponsors.svg?width=900'
41+
src='https://opencollective.com/opennbs/sponsors.svg?width=800'
4242
alt='Sponsors'
43-
width={900}
44-
height={900}
43+
width={800}
44+
height={800}
4545
/>

0 commit comments

Comments
 (0)