Skip to content

Commit f603ed7

Browse files
committed
fix(brand): correct Zoo canonical identities (IAM=zoo, GitHub=zooai, Twitter=@zoo_labs)
Each surface has a different handle — don't normalize them: - orgHandle (IAM owner): zoolabs → zoo (IAM org slug is just "zoo") - githubOrg: zoolabs → zooai (github.com/zooai is canonical) - social.twitter: @ZoOLabs → @zoo_labs (actual Twitter handle) - social.github: zoolabs → zooai Legal entity 'Zoo Labs Foundation' unchanged.
1 parent 007f200 commit f603ed7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkg/brand/src/orgs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ export const zoo: BrandConfig = {
126126
id: 'zoo',
127127
name: 'Zoo',
128128
orgName: 'Zoo Labs Foundation',
129-
orgHandle: 'zoolabs',
129+
orgHandle: 'zoo',
130130
tagline: 'Open AI research network',
131131
description: 'Decentralized AI and decentralized science research through community-driven governance.',
132132

133133
npmOrg: '@zoo',
134134

135135
domain: 'zoo.ngo',
136136
iamDomain: 'zoo.id',
137-
githubOrg: 'zoolabs',
137+
githubOrg: 'zooai',
138138
docsUrl: 'https://docs.zoo.ngo',
139139

140140
logo: {
@@ -159,8 +159,8 @@ export const zoo: BrandConfig = {
159159
},
160160

161161
social: {
162-
twitter: '@zoolabs',
163-
github: 'https://github.com/zoolabs',
162+
twitter: '@zoo_labs',
163+
github: 'https://github.com/zooai',
164164
},
165165

166166
seo: {

0 commit comments

Comments
 (0)