Fix domain link on parkio report

This commit is contained in:
2023-10-31 08:50:55 -06:00
parent 84b6b9f385
commit 7187ed7994

View File

@@ -28,7 +28,7 @@
</tr> </tr>
{{#each wordDomains}} {{#each wordDomains}}
<tr> <tr>
<td><a href='https://park.io/auctions/view/{{name}}'>{{name}}</a></td> <td><a href='https://park.io/domains/view/{{name}}'>{{name}}</a></td>
<td>{{tld}}</td> <td>{{tld}}</td>
</tr> </tr>
{{/each}} {{/each}}