Skip to content

Commit

Permalink
fix: discord url that does not expire (#8817)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Feb 13, 2025
1 parent 79513b4 commit 7489b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ export const ThorchainSaversOverview: React.FC<OverviewProps> = ({
<AlertIcon />
<AlertDescription>
{translate('lending.haltedAlert')}
<Link isExternal href='https://discord.gg/jhnWUxye' ml={1} color='text.link'>
<Link isExternal href='https://discord.gg/uhhZe9pCZj' ml={1} color='text.link'>
{translate('lending.halterMoreDetails')}
</Link>
</AlertDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Lending/Pool/components/PoolInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const PoolInfo = ({ poolAssetId }: PoolInfoProps) => {
<AlertIcon />
<AlertDescription>
{translate('lending.haltedAlert')}
<Link isExternal href='https://discord.gg/jhnWUxye' ml={1} color='text.link'>
<Link isExternal href='https://discord.gg/uhhZe9pCZj' ml={1} color='text.link'>
{translate('lending.halterMoreDetails')}
</Link>
</AlertDescription>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Lending/components/LendingHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const LendingHeader = () => {
<AlertIcon />
<AlertDescription>
{translate('lending.haltedAlert')}
<Link isExternal href='https://discord.gg/jhnWUxye' ml={1} color='text.link'>
<Link isExternal href='https://discord.gg/uhhZe9pCZj' ml={1} color='text.link'>
{translate('lending.halterMoreDetails')}
</Link>
</AlertDescription>
Expand Down

0 comments on commit 7489b5c

Please sign in to comment.