diff --git a/pages/kind/_slug.vue b/pages/kind/_slug.vue index 46ffbe3..ed81c88 100644 --- a/pages/kind/_slug.vue +++ b/pages/kind/_slug.vue @@ -14,7 +14,7 @@ @@ -83,7 +83,21 @@ export default { }, data: function () { return { - query: '' + query: '', + quickButtons: [ + { + label: '✅ Full Native Support', + query: 'status:native' + }, + { + label: '✳️ Rosetta', + query: 'status:rosetta' + }, + { + label: '🚫 Unsupported', + query: 'status:no' + }, + ] } }, computed: {