We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dff44 commit 8e06537Copy full SHA for 8e06537
3 files changed
app/assets/logos/sponsors/bluesky-light.svg
app/assets/logos/sponsors/bluesky.svg
app/assets/logos/sponsors/index.ts
@@ -6,6 +6,8 @@ import LogoVlt from './vlt.svg'
6
import LogoVltLight from './vlt-light.svg'
7
import LogoNetlify from './netlify.svg'
8
import LogoNetlifyLight from './netlify-light.svg'
9
+import LogoBluesky from './bluesky.svg'
10
+import LogoBlueskyLight from './bluesky-light.svg'
11
12
// The list is used on the about page. To add, simply upload the logos nearby and add an entry here. Prefer SVGs.
13
// For logo src, specify a string or object with the light and dark theme variants.
@@ -51,4 +53,13 @@ export const SPONSORS = [
51
53
normalisingIndent: '0.125rem',
52
54
url: 'https://netlify.com/',
55
},
56
+ {
57
+ name: 'Bluesky',
58
+ logo: {
59
+ dark: LogoBluesky,
60
+ light: LogoBlueskyLight,
61
+ },
62
+ normalisingIndent: '0.625rem',
63
+ url: 'https://bsky.app/',
64
65
]
0 commit comments