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
|
|
@ -39,7 +39,7 @@
|
|||
>🦾 Does It ARM Contributors. </a>
|
||||
</p>
|
||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
||||
© {{ currentYear }} Does it ARM All rights reserved. This site is supported by Affiliate links.
|
||||
© {{ currentYear }} Does It ARM All rights reserved. This site is supported by Affiliate links.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ export default {
|
|||
htmlAttrs: {
|
||||
lang: 'en',
|
||||
},
|
||||
title: 'Does it ARM',
|
||||
title: 'Does It ARM',
|
||||
description: pkg.description,
|
||||
meta: [
|
||||
{ charset: 'utf-8' },
|
||||
|
|
|
|||
|
|
@ -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