Add icons to list end buttons

This commit is contained in:
Sam Carlton 2022-09-04 09:52:05 -05:00
parent cfda83093f
commit 49546b9ca8

View file

@ -28,11 +28,11 @@ export default {
links () { links () {
return [ return [
{ {
label: 'Scan Apps', label: '🧪 Scan Apps',
href: '/apple-silicon-app-test/' 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 }` href: `https://github.com/ThatGuySam/doesitarm/issues?q=is%3Aissue+${ this.query }`
} }
] ]