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
LICENSE
2
LICENSE
|
|
@ -396,6 +396,6 @@ Creative Commons may be contacted at creativecommons.org.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This License applies to the list contained in the README.md file is the Does It ARM repo.
|
This License applies to the list contained in the README.md file is the Does It ARM repo.
|
||||||
|
|
||||||
For the License to the site itself see LICENSE_APP in the same repo
|
For the License to the site itself see LICENSE_APP in the same repo
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
>🦾 Does It ARM Contributors. </a>
|
>🦾 Does It ARM Contributors. </a>
|
||||||
</p>
|
</p>
|
||||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ export default {
|
||||||
htmlAttrs: {
|
htmlAttrs: {
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
},
|
},
|
||||||
title: 'Does it ARM',
|
title: 'Does It ARM',
|
||||||
description: pkg.description,
|
description: pkg.description,
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<section class="container py-24">
|
<section class="container py-24">
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
||||||
Does it ARM?
|
Does It ARM?
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle md:text-xl text-center">
|
<h2 class="subtitle md:text-xl text-center">
|
||||||
Games that are reported to support Apple Silicon
|
Games that are reported to support Apple Silicon
|
||||||
|
|
@ -87,7 +87,7 @@ export default {
|
||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: `Games supported on Apple Silicon - Does it ARM`,
|
title: `Games supported on Apple Silicon - Does It ARM`,
|
||||||
// meta: [
|
// meta: [
|
||||||
// // hid is used as unique identifier. Do not use `vmid` for it as it will not work
|
// // 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">
|
<section class="container py-24">
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
<h1 class="title text-4xl md:text-6xl font-hairline leading-tight text-center">
|
||||||
Does it ARM?
|
Does It ARM?
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle md:text-xl text-center">
|
<h2 class="subtitle md:text-xl text-center">
|
||||||
Apps that are reported to support Apple Silicon
|
Apps that are reported to support Apple Silicon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue