Skip to content

Commit 91f80a0

Browse files
authored
Update meta description to mention Amazon Prime Games support (#18)
This matches the homepage text.
1 parent 43aaa94 commit 91f80a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/cla.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Cla: NextPage = () => {
1212
<title>CLA</title>
1313
<meta
1414
name="description"
15-
content="An Open Source GOG and Epic Games Launcher"
15+
content="An Open Source Epic, GOG and Amazon Prime Games Launcher"
1616
/>
1717
<link rel="icon" href="/favicon.ico" />
1818
</Head>

pages/donate.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Donate: NextPage = () => {
99
<title>Support Heroic Development</title>
1010
<meta
1111
name="description"
12-
content="An Open Source GOG and Epic Games Launcher"
12+
content="An Open Source Epic, GOG and Amazon Prime Games Launcher"
1313
/>
1414
<link rel="icon" href="/favicon.ico" />
1515
</Head>

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Home: NextPage = () => {
2828
<title>Heroic Games Launcher</title>
2929
<meta
3030
name="description"
31-
content="An Open Source GOG and Epic Games Launcher"
31+
content="An Open Source Epic, GOG and Amazon Prime Games Launcher"
3232
/>
3333
<link rel="icon" href="/favicon.ico" />
3434
</Head>

0 commit comments

Comments
 (0)