Skip to content

Commit

Permalink
add new social for event (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 authored Dec 4, 2024
1 parent cb3f069 commit 52969fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@ type ConferenceBrand implements Node {
instagramUrl: String
tiktokUrl: String
linkedinUrl: String
blueskyUrl: String
mediumUrl: String
youtubeUrl: String
codeOfConductIntro: String
Expand Down
1 change: 1 addition & 0 deletions src/fetch-brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const queryPages = /* GraphQL */ `
instagramUrl
tiktokUrl
linkedinUrl
blueskyUrl
mastodonUrl
mediumUrl
youtubeUrl
Expand Down

0 comments on commit 52969fb

Please sign in to comment.