diff --git a/components/list-end-buttons.vue b/components/list-end-buttons.vue index 43c334a..e7eed56 100644 --- a/components/list-end-buttons.vue +++ b/components/list-end-buttons.vue @@ -28,11 +28,11 @@ export default { links () { return [ { - label: 'Scan Apps', + label: '๐Ÿงช Scan Apps', href: '/apple-silicon-app-test/' }, { - label: 'Request an App with Github', + label: '๐Ÿ™‹ Request an App with Github', href: `https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${ this.query }` } ]