Skip to content

Commit

Permalink
no more vouching discord channel
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Mar 13, 2024
1 parent 591d089 commit 4ebd270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/citizenship/CitizenshipCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const CitizenshipCTA = ({
'Introduce yourself in our Discord community and get involved in our various community calls to earn the endorsement of active Citizens.',
button: () => (
<a
href={EXTERNAL_LINKS.VOUCH_REQUEST_DISCORD_CHANNEL}
href={EXTERNAL_LINKS.GENERAL_CHAT_DISCORD_CHANNEL}
onClick={() => events.citizenshipShareDiscordEvent(profileId)}
target="_blank"
rel="noreferrer"
Expand Down
4 changes: 2 additions & 2 deletions utils/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const EXTERNAL_LINKS = {
PODCAST: 'https://campfire-by-cabin.simplecast.com',
SNAPSHOT: 'https://snapshot.org/#/cabindao.eth',
UNLOCK_KEY_MANAGE: 'https://app.unlock-protocol.com/keychain',
VOUCH_REQUEST_DISCORD_CHANNEL:
'https://discord.com/channels/849304522500210709/1115389408095522956',
GENERAL_CHAT_DISCORD_CHANNEL:
'https://discord.com/channels/849304522500210709/892780693652897822',
CALENDLY_CALL_URL: 'https://calendly.com/cabinhome/welcome',
CABIN_WEEK_BOOKING_TYPEFORM:
'https://cabindotcity.typeform.com/to/h71bdxLL?utm_source=cabin.city&utm_medium=web',
Expand Down

0 comments on commit 4ebd270

Please sign in to comment.