mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Make Does It ARM casing consistent
This commit is contained in:
parent
67f9ef07bc
commit
75c6276eb2
5 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<section class="container py-24">
|
||||
<div class="flex flex-col items-center">
|
||||
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
||||
Does it ARM?
|
||||
Does It ARM?
|
||||
</h1>
|
||||
<h2 class="subtitle md:text-xl text-center">
|
||||
Games that are reported to support Apple Silicon
|
||||
|
|
@ -87,7 +87,7 @@ export default {
|
|||
},
|
||||
head() {
|
||||
return {
|
||||
title: `Games supported on Apple Silicon - Does it ARM`,
|
||||
title: `Games supported on Apple Silicon - Does It ARM`,
|
||||
// meta: [
|
||||
// // hid is used as unique identifier. Do not use `vmid` for it as it will not work
|
||||
// {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<section class="container py-24">
|
||||
<div class="flex flex-col items-center">
|
||||
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
||||
Does it ARM?
|
||||
Does It ARM?
|
||||
</h1>
|
||||
<h2 class="subtitle md:text-xl text-center">
|
||||
Apps that are reported to support Apple Silicon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue