Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from cowprotocol/140/support-link
Browse files Browse the repository at this point in the history
Update Get Support link on Search page
  • Loading branch information
matextrem authored Jun 24, 2022
2 parents 3df0dc3 + cb2f184 commit 61a7ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/orders/OrderNotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const OrderAddressNotFound: React.FC = (): JSX.Element => {
<SearchContent>
<Search searchString={wasRedirected ? '' : searchString} submitSearchImmediatly={!wasRedirected} />
<span>or</span>
<Support href="https://discord.gg/cowprotocol/" target="_blank" rel="noopener noreferrer">
<Support href="https://discord.com/invite/cowprotocol" target="_blank" rel="noopener noreferrer">
Get Support
<img src={SupportIcon} />
</Support>
Expand Down

0 comments on commit 61a7ba7

Please sign in to comment.