diff --git a/src/components/HTMLPreview.svelte b/src/components/HTMLPreview.svelte
index d975d53d5..bbc1b959c 100644
--- a/src/components/HTMLPreview.svelte
+++ b/src/components/HTMLPreview.svelte
@@ -20,6 +20,11 @@
type: 'link',
value: data.network ? { label: data.network, query: `network:${norm(data.network)}` } : null
},
+ {
+ name: 'owners',
+ type: 'link[]',
+ value: data.owners.map(value => ({ label: value, query: `owners:${norm(value)}` }))
+ },
{
name: 'country',
type: 'link',