mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
Open ASN link to new tab
This also remove unused global `dashboard-card` css class.
This commit is contained in:
parent
d13a427c6d
commit
d99f8583c1
2 changed files with 7 additions and 6 deletions
|
@ -16,9 +16,6 @@ p {
|
|||
a.external {
|
||||
@apply link after:content-['_↗']
|
||||
}
|
||||
.dashboard-card {
|
||||
@apply bg-surface-50-900-token rounded-lg border-2 border-dashed border-gray-200 p-4 dark:border-gray-700;
|
||||
}
|
||||
.section-container {
|
||||
@apply mx-auto w-full max-w-7xl p-4;
|
||||
}
|
||||
|
|
|
@ -22,9 +22,13 @@
|
|||
{/if}
|
||||
|
||||
{#if asn !== 0}
|
||||
<br /><a class="asn" href="https://www.ditatompel.com/asn/{asn}">AS{asn}</a> (<span
|
||||
class="asn-name">{asn_name}</span
|
||||
>)
|
||||
<br /><a
|
||||
class="external asn"
|
||||
href="https://www.ditatompel.com/asn/{asn}"
|
||||
target="_blank"
|
||||
rel="noopener">AS{asn}</a
|
||||
>
|
||||
(<span class="asn-name">{asn_name}</span>)
|
||||
{/if}
|
||||
|
||||
<style lang="postcss">
|
||||
|
|
Loading…
Reference in a new issue