File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed
Expand file tree Collapse file tree 3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import LogoVlt from './vlt.svg'
66import LogoVltLight from './vlt-light.svg'
77import LogoNetlify from './netlify.svg'
88import LogoNetlifyLight from './netlify-light.svg'
9+ import LogoBluesky from './bluesky.svg'
10+ import LogoBlueskyLight from './bluesky-light.svg'
911
1012// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
1113// For logo src, specify a string or object with the light and dark theme variants.
@@ -51,4 +53,13 @@ export const SPONSORS = [
5153 normalisingIndent : '0.125rem' ,
5254 url : 'https://netlify.com/' ,
5355 } ,
56+ {
57+ name : 'Bluesky' ,
58+ logo : {
59+ dark : LogoBluesky ,
60+ light : LogoBlueskyLight ,
61+ } ,
62+ normalisingIndent : '0.625rem' ,
63+ url : 'https://bsky.app/' ,
64+ } ,
5465]
You can’t perform that action at this time.
0 commit comments