@@ -15,15 +15,15 @@ import LogoBlueskyLight from './bluesky-light.svg'
1515//
1616// If there are no original assets and the logo is not universal, you can add only the dark theme variant
1717// and specify 'auto' for the light one - this will grayscale the logo and invert it in light mode.
18- // The normalisingIndent is the Y-axis space to visually stabilize favicon-only logos with logotypes that contain long name .
18+ // The maxHeight is used to make some logos more visually consistent with the others .
1919export const SPONSORS = [
2020 {
2121 name : 'Vercel' ,
2222 logo : {
2323 dark : LogoVercel ,
2424 light : LogoVercelLight ,
2525 } ,
26- normalisingIndent : '0.875rem ' ,
26+ maxHeight : '2.8rem ' ,
2727 url : 'https://vercel.com/' ,
2828 } ,
2929 {
@@ -32,7 +32,7 @@ export const SPONSORS = [
3232 dark : LogoVoidZero ,
3333 light : LogoVoidZeroLight ,
3434 } ,
35- normalisingIndent : '0.875rem ' ,
35+ maxHeight : '2.8rem ' ,
3636 url : 'https://voidzero.dev/' ,
3737 } ,
3838 {
@@ -41,7 +41,7 @@ export const SPONSORS = [
4141 dark : LogoVlt ,
4242 light : LogoVltLight ,
4343 } ,
44- normalisingIndent : '0.875rem ' ,
44+ maxHeight : '2.8rem ' ,
4545 url : 'https://vlt.sh/' ,
4646 } ,
4747 {
@@ -50,7 +50,6 @@ export const SPONSORS = [
5050 dark : LogoNetlify ,
5151 light : LogoNetlifyLight ,
5252 } ,
53- normalisingIndent : '0.125rem' ,
5453 url : 'https://netlify.com/' ,
5554 } ,
5655 {
@@ -59,7 +58,7 @@ export const SPONSORS = [
5958 dark : LogoBluesky ,
6059 light : LogoBlueskyLight ,
6160 } ,
62- normalisingIndent : '0.625rem ' ,
61+ maxHeight : '3.2rem ' ,
6362 url : 'https://bsky.app/' ,
6463 } ,
6564]
0 commit comments