Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integration/lending.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ What you are still exposed to is market risk: a position can gap through its liq

## Get in touch

Pool creation and institutional deposits are handled with us directly. Join the [Discord](https://discord.com/invite/qVEUA6jmGZ) or email [can@t1protocol.com](mailto:can@t1protocol.com).
Pool creation and institutional deposits are handled with us directly. Join the [Discord](https://discord.gg/efGTM9q54s) or email [can@t1protocol.com](mailto:can@t1protocol.com).
2 changes: 1 addition & 1 deletion docs/integration/leverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ The shape of the work depends on whether your venue settles on-chain or runs an

## Get in touch

There is no self-serve onboarding yet; venue integrations are done with us directly. Join the [Discord](https://discord.com/invite/qVEUA6jmGZ) or email [can@t1protocol.com](mailto:can@t1protocol.com).
There is no self-serve onboarding yet; venue integrations are done with us directly. Join the [Discord](https://discord.gg/efGTM9q54s) or email [can@t1protocol.com](mailto:can@t1protocol.com).
2 changes: 1 addition & 1 deletion docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const config = {
},
{
label: 'Discord',
href: 'https://discord.com/invite/qVEUA6jmGZ',
href: 'https://discord.gg/efGTM9q54s',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
const XIcon = X as ComponentType<SVGProps<SVGSVGElement>>

// Type assertion for SafeLink component to resolve React type conflicts
const SafeLink = Link as any

Check warning on line 20 in src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / Run linters

Unexpected any. Specify a different type

export const actions = [
{
Expand Down Expand Up @@ -448,7 +448,7 @@
</div>
</CenterCard>
</SafeLink>
<SafeLink style={{ textDecoration: 'none' }} href={'https://discord.com/invite/qVEUA6jmGZ'}>
<SafeLink style={{ textDecoration: 'none' }} href={'https://discord.gg/efGTM9q54s'}>
<CenterCard>
<DiscordIcon style={{ width: '48px', height: '48px' }} />
<div>
Expand Down
Loading