[FIX] Unicode TLD link for unicode TLD
This commit is contained in:
parent
30d3ffa455
commit
b0b2dd46dd
|
@ -15,7 +15,7 @@
|
|||
<th class="border border-slate-600">RDAP</th>
|
||||
<th class="border border-slate-600">latency-map</th>
|
||||
<th class="border border-slate-600">Organisation</th>
|
||||
<th class="border border-slate-600">ICANN wiki</th>
|
||||
<th class="border border-slate-600">ICANNWiki</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -39,7 +39,7 @@
|
|||
target="_blank"
|
||||
rel="noopener noreferrer">{{ TLD.organisation }}</a>
|
||||
</td>
|
||||
<td class="border border-slate-700"><a href="https://icannwiki.org/.{{ TLD.tld }}" class="font-medium text-blue-600 dark:text-blue-500 hover:underline"
|
||||
<td class="border border-slate-700"><a href="https://icannwiki.org/.{{ TLD.unicodetld }}" class="font-medium text-blue-600 dark:text-blue-500 hover:underline"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">.{{ TLD.unicodetld }}</a></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue