File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { NameListView } from '@app/components/@molecules/NameListView/NameListVi
1010import { useProtectedRoute } from '@app/hooks/useProtectedRoute'
1111import { Content } from '@app/layouts/Content'
1212import { ContentGrid } from '@app/layouts/ContentGrid'
13+ import { getSupportLink } from '@app/utils/supportLinks'
1314
1415const ContentContainer = styled . div (
1516 ( { theme } ) => css `
@@ -42,7 +43,7 @@ export default function Page() {
4243 as = "a"
4344 target = "_blank"
4445 rel = "noopener noreferrer"
45- href = "https://support.ens.domains/en/articles/9375254-why-is-my-ens-name- not-in-my- names"
46+ href = { getSupportLink ( 'offchain- not-in-names' ) }
4647 icon = { QuestionCircleSVG }
4748 title = { t ( 'offchainWarning.title' ) }
4849 >
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ const SUPPORT_LINKS = {
77 resolver : 'https://support.ens.domains/en/articles/7902188-managing-a-name#h_1ef2545a3f' ,
88 fuses : 'https://support.ens.domains/en/articles/7902567-fuses' ,
99 primaryName : 'https://support.ens.domains/en/articles/7902188-managing-a-name#h_b2baf0c02b' ,
10- nameWrapper : 'https://support.ens.domains/en/articles/7902188-managing-a-name#h_cae4f1dea6 ' ,
10+ nameWrapper : 'https://support.ens.domains/en/articles/7902532-name-wrapper-overview ' ,
1111 dnsNames : 'https://support.ens.domains/en/collections/4027734-dns-names' ,
1212 gaslessDnssec :
1313 'https://support.ens.domains/en/articles/8834820-offchain-gasless-dnssec-names-in-ens#h_b92a64180f' ,
1414 'offchain-not-in-names' :
15- 'https://support.ens.domains/en/articles/9375254-why-is-my-ens-name-not-in- my-names' ,
15+ 'https://support.ens.domains/en/articles/8874842-find-your-names-on-the- my-names-page ' ,
1616 owner : undefined ,
1717 'owner-emancipated' : undefined ,
1818 'parent-owner' : undefined ,
You can’t perform that action at this time.
0 commit comments