mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update M1 Verbiage
This commit is contained in:
parent
b0a3007a4d
commit
9d5ce6b07f
10 changed files with 16 additions and 16 deletions
|
|
@ -144,7 +144,7 @@ export default {
|
|||
return `List of ${this.pluralLabel || this.category.label} that work on Apple Silicon?`
|
||||
},
|
||||
description () {
|
||||
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Processors. `
|
||||
return `Check the the latest reported support status of ${this.pluralLabel || this.category.label} on Apple Silicon and Apple M1 Pro and M1 Max Processors. `
|
||||
},
|
||||
structuredData () {
|
||||
return {
|
||||
|
|
@ -156,7 +156,7 @@ export default {
|
|||
return {
|
||||
// https://schema.org/Question
|
||||
"@type": "Question",
|
||||
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Macs?`,
|
||||
"name": `Does ${app.name} work on Apple Silicon and Apple M1 Pro and M1 Max Macs?`,
|
||||
"acceptedAnswer": {
|
||||
// https://schema.org/Answer
|
||||
"@type": "Answer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue