Skip to content

Commit 5d4a44a

Browse files
committed
fix domains table lint
1 parent 0079071 commit 5d4a44a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/lib/components/domains/recordTable.svelte

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,16 @@
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}

0 commit comments

Comments
 (0)