File tree Expand file tree Collapse file tree
src/lib/components/domains Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 {#if variant === ' cname' && ! subdomain }
141141 {#if isCloud }
142142 <Alert .Inline >
143- Since <Badge variant ="secondary" size ="s" content ={domain } /> is an apex domain, CNAME
144- record is only supported by certain providers. If yours doesn't, please verify using
143+ Since <Badge variant ="secondary" size ="s" content ={domain } /> is an apex domain,
144+ CNAME record is only supported by certain providers. If yours doesn't, please verify
145+ using
145146 <Link variant ="muted" on:click ={onNavigateToNameservers }>nameservers</Link > instead.
146147 </Alert .Inline >
147148 {:else if aTabVisible || aaaaTabVisible }
148149 <Alert .Inline >
149- Since <Badge variant ="secondary" size ="s" content ={domain } /> is an apex domain, CNAME
150- record is only supported by certain providers. If yours doesn't, please verify using
150+ Since <Badge variant ="secondary" size ="s" content ={domain } /> is an apex domain,
151+ CNAME record is only supported by certain providers. If yours doesn't, please verify
152+ using
151153 {#if aTabVisible }
152154 <Link variant ="muted" on:click ={onNavigateToA }>A record</Link >
153155 {#if aaaaTabVisible }
You can’t perform that action at this time.
0 commit comments