From 49546b9ca8973fd57ccba4cb5e612882b651db0f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 4 Sep 2022 09:52:05 -0500 Subject: [PATCH] Add icons to list end buttons --- components/list-end-buttons.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }` } ]