mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Change "Full Native" working to just "Native"
This commit is contained in:
parent
36f20f03b0
commit
34e3531f7d
8 changed files with 9 additions and 9 deletions
|
|
@ -182,7 +182,7 @@ export default async function () {
|
|||
// 'native' or 'unreported'
|
||||
const statusName = getStatusName( appScan['Result'] )
|
||||
|
||||
const statusText = (statusName === 'native') ? `✅ Yes, Full Native Apple Silicon Support reported as of v${appScan['App Version']}` : '🔶 App has not yet been reported to be native to Apple Silicon'
|
||||
const statusText = (statusName === 'native') ? `✅ Yes, Native Apple Silicon Support reported as of v${appScan['App Version']}` : '🔶 App has not yet been reported to be native to Apple Silicon'
|
||||
|
||||
const appSlug = makeSlug( appName )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue