From f967a06875281a42be5b6db080ae729b2eecd409 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Sun, 5 May 2024 02:30:32 +0700 Subject: [PATCH] Update the ASN link to my main site --- .../(front)/remote-nodes/components/CountryCellWithAsn.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/(front)/remote-nodes/components/CountryCellWithAsn.svelte b/frontend/src/routes/(front)/remote-nodes/components/CountryCellWithAsn.svelte index d0c7eb5..b7bffde 100644 --- a/frontend/src/routes/(front)/remote-nodes/components/CountryCellWithAsn.svelte +++ b/frontend/src/routes/(front)/remote-nodes/components/CountryCellWithAsn.svelte @@ -22,7 +22,9 @@ {/if} {#if asn !== 0} -
AS{asn} ({asn_name}) +
AS{asn} ({asn_name}) {/if}