Skip to content

Commit

Permalink
Merge pull request #404 from WalletConnect/chore/open-support-setting…
Browse files Browse the repository at this point in the history
…s-in-new-tab

chore: open support links in new tab
  • Loading branch information
enesozturk authored Jan 15, 2024
2 parents c1884b6 + b637685 commit c273227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/components/settings/SupportSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@ const SupportSettings: React.FC = () => {
</Text>
<Text className="SupportSettings__subtitle" variant="paragraph-500">
Get support at our Discord, or view our{' '}
<Link to={web3InboxURLs.websiteFaqs}>Frequently Asked Questions</Link>.
<Link to={web3InboxURLs.websiteFaqs} target="_blank" rel="noopener noreferrer">
Frequently Asked Questions
</Link>
.
</Text>
<Link
to={web3InboxURLs.discord}
className="SupportSettings__discord-button Button Button__primary Button__medium"
target="_blank"
rel="noopener noreferrer"
>
<DiscordIcon className="SupportSettings__discord-button__icon" />
<Text variant="small-500">Discord</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/navigation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const web3InboxURLs = {
discord: 'https://discord.gg/B9mQsgE8pj',
website: 'https://web3inbox.com',
websiteFaqs: 'https://web3inbox.com/#faq',
websiteFaqs: 'https://web3inbox.com/#faqs',
walletConnectWeb3Inbox: 'https://walletconnect.com/web3inbox?utm_source=website&utm_medium=w3iapp'
}

1 comment on commit c273227

@vercel
Copy link

@vercel vercel bot commented on c273227 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.