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
5 changes: 2 additions & 3 deletions packages/mask/popups/pages/Settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ const useStyles = makeStyles()((theme) => ({
}))

const FEEDBACK_MAIL = 'Support@mask.io'
const FAQ_LINK =
'realmasknetwork.notion.site/realmasknetwork/Mask-Network-2-0-Setting-Up-Features-The-Broader-Ecosystem-e4b3e24182e045a58bdb5549c0daea82'
const FAQ_LINK = 'www.mask.io/help-tutorial'
const HOME_LINK = 'Mask.io'

export const Component = memo(function SettingsPage() {
Expand Down Expand Up @@ -330,7 +329,7 @@ export const Component = memo(function SettingsPage() {
<ListItemText
classes={itemClasses}
primary={<Trans>FAQ&Tutorial</Trans>}
secondary={'realmasknetwork.notion.site'}
secondary={'www.mask.io/help-tutorial'}
/>
<Icons.ArrowRight size={24} className={classes.arrow} />
</ListItem>
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Calendar/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const site: Plugin.SiteAdaptor.Definition = {
category: 'dapp',
recommendFeature,
description: recommendFeature.description,
tutorialLink: 'https://mask.notion.site/Calendar-Web3-Daily-Digest-a59647e6e43a454eaccedd627fe50d3c',
tutorialLink: 'https://www.mask.io/help-tutorial/calendar-web3-daily-digest',
},
],
}
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/Collectible/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ const site: Plugin.SiteAdaptor.Definition = {
name: <Trans>Collectibles</Trans>,
icon: <Icons.Collectibles size={36} />,
marketListSortingPriority: 7,
tutorialLink: 'https://realmasknetwork.notion.site/c388746f11774ecfa17914c900d3ed97',
},
],
wrapperProps: {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/FileService/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const definition: Plugin.SiteAdaptor.Definition = {
),
name,
iconFilterColor,
tutorialLink: 'https://mask.notion.site/Web3-File-Service-ee60e0e79a674019a0560de16144ecb3',
tutorialLink: 'https://www.mask.io/help-tutorial/web3-file-service',
}
})(),
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Gitcoin/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const site: Plugin.SiteAdaptor.Definition = {
},
ApplicationEntries: [
{
hiddenInList: false,
hiddenInList: true,
ApplicationEntryID: base.ID,
category: 'dapp',
description: (
Expand Down
3 changes: 1 addition & 2 deletions packages/plugins/GoPlusSecurity/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const site: Plugin.SiteAdaptor.Definition = {
category: 'dapp',
marketListSortingPriority: 16,
description: <Trans>Provide you with fast, reliable and convenient security services.</Trans>,
tutorialLink:
'https://mask.notion.site/Security-Detection-Go-Scamsniffer-Blockaid-Cryptoscamdb-9c32befb3c0648e79997900cee232462',
tutorialLink: 'https://www.mask.io/help-tutorial/check-security',
}
})(),
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/RedPacket/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const site: Plugin.SiteAdaptor.Definition = {
icon,
description: <Trans>Gift crypto or NFTs to any users, first come, first served.</Trans>,
name,
tutorialLink: 'https://mask.notion.site/Send-a-Lucky-Drop-a4c7d33e87d54f1e9f537838308e3a6b',
tutorialLink: 'https://www.mask.io/help-tutorial/send-a-lucky-drop',
category: 'dapp',
recommendFeature,
}
Expand Down
3 changes: 1 addition & 2 deletions packages/plugins/ScamWarning/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ const site: Plugin.SiteAdaptor.Definition = {
digital assets.
</Trans>
),
tutorialLink:
'https://mask.notion.site/Security-Detection-Go-Scamsniffer-Blockaid-Cryptoscamdb-9c32befb3c0648e79997900cee232462',
tutorialLink: 'https://www.mask.io/help-tutorial/check-security',
}
})(),
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Snapshot/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const site: Plugin.SiteAdaptor.Definition = {
ApplicationEntryID: base.ID,
category: 'dapp',
description: <Trans>Display Snapshot proposals on the X of the respective project or protocol.</Trans>,
tutorialLink: 'https://realmasknetwork.notion.site/10c08ed9629942dd852d9afbfab61208',
tutorialLink: 'https://www.mask.io/help-tutorial/web3-daos',
name: <Trans>DAO</Trans>,
marketListSortingPriority: 8,
icon: <Icons.Snapshot size={36} />,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/SwitchLogo/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const site: Plugin.SiteAdaptor.Definition = {
category: 'dapp',
recommendFeature,
description: recommendFeature.description,
tutorialLink: 'https://mask.notion.site/Back-to-Twitter-Blue-Bird-6e17fd3065be4333b7ddcb77b0828af0',
tutorialLink: 'https://www.mask.io/help-tutorial/back-to-twitter-blue-bird',
},
],
GlobalInjection() {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Tips/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const site: Plugin.SiteAdaptor.Definition = {
iconFilterColor,
nextIdRequired: true,
entryWalletConnectedNotRequired: true,
tutorialLink: 'https://mask.notion.site/Tip-Your-Favourite-Web3-User-fbf16a9009b54cc4be7e860ba2c15441',
tutorialLink: 'https://www.mask.io/help-tutorial/tip-your-favourite-web3-user',
}
})(),
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Transak/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const site: Plugin.SiteAdaptor.Definition = {
},
appBoardSortingDefaultPriority: 8,
marketListSortingPriority: 6,
tutorialLink: 'https://mask.notion.site/Fiat-on-ramp-77cd1c4a771a4022ab4d5a45f6691717',
tutorialLink: 'https://www.mask.io/help-tutorial/fiat-on-ramp',
icon,
description: (
<Trans>Fiat On-Ramp Aggregator on X. Buy crypto in 60+ countries with Transak support.</Trans>
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/VCent/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const site: Plugin.SiteAdaptor.Definition = {
name: <Trans>Valuables</Trans>,
description: <Trans>Buy & sell tweets autographed by their original creators.</Trans>,
marketListSortingPriority: 10,
tutorialLink: 'https://realmasknetwork.notion.site/27424923ee454a4a9b0ed16fc5cb93d0',
icon: <Icons.Valuables size={36} />,
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/Web3Profile/src/SiteAdaptor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const site: Plugin.SiteAdaptor.Definition = {
nextIdRequired: true,
category: 'dapp',
description: <Trans>Choose and show your Web3 footprints on X.</Trans>,
tutorialLink: 'https://mask.notion.site/Web3-Profile-b3215b9094f24b0fa6928d9c04fc50f2',
tutorialLink: 'https://www.mask.io/help-tutorial/web3-profile',
}
})(),
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,7 @@ function DSearchSettings({ checked, onSwitch, setRef }: DSearchSettingsProps) {
<Box className={classes.settings}>
<Icons.Tutorial
size={22}
onClick={() =>
openWindow(
'https://mask.notion.site/DSearch-73f30e9268764c10901090aaa6ed0558',
)
}
onClick={() => openWindow('https://www.mask.io/help-tutorial/dsearch')}
/>
</Box>
</div>
Expand Down