[FIX] Unicode TLD link for unicode TLD

This commit is contained in:
Arnold Dechamps 2024-07-08 00:17:08 +02:00
parent 30d3ffa455
commit b0b2dd46dd
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -15,7 +15,7 @@
<th class="border border-slate-600">RDAP</th> <th class="border border-slate-600">RDAP</th>
<th class="border border-slate-600">latency-map</th> <th class="border border-slate-600">latency-map</th>
<th class="border border-slate-600">Organisation</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> </tr>
</thead> </thead>
<tbody> <tbody>
@ -39,7 +39,7 @@
target="_blank" target="_blank"
rel="noopener noreferrer">{{ TLD.organisation }}</a> rel="noopener noreferrer">{{ TLD.organisation }}</a>
</td> </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" target="_blank"
rel="noopener noreferrer">.{{ TLD.unicodetld }}</a></td> rel="noopener noreferrer">.{{ TLD.unicodetld }}</a></td>
</tr> </tr>