mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add icons to list end buttons
This commit is contained in:
parent
cfda83093f
commit
49546b9ca8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }`
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue