Skip to content

Commit a7a47c2

Browse files
authored
Merge pull request #20 from studyhog/origin/react
#9 - added checkmydeck and steam deck life
2 parents a3f9d3e + 9ab026c commit a7a47c2

File tree

8 files changed

+25
-8
lines changed

8 files changed

+25
-8
lines changed

docs/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.69dee250.css",
4-
"main.js": "/static/js/main.09943b65.js",
4+
"main.js": "/static/js/main.c4bb3569.js",
55
"static/js/787.3e3aeeea.chunk.js": "/static/js/787.3e3aeeea.chunk.js",
66
"index.html": "/index.html",
77
"main.69dee250.css.map": "/static/css/main.69dee250.css.map",
8-
"main.09943b65.js.map": "/static/js/main.09943b65.js.map",
8+
"main.c4bb3569.js.map": "/static/js/main.c4bb3569.js.map",
99
"787.3e3aeeea.chunk.js.map": "/static/js/787.3e3aeeea.chunk.js.map"
1010
},
1111
"entrypoints": [
1212
"static/css/main.69dee250.css",
13-
"static/js/main.09943b65.js"
13+
"static/js/main.c4bb3569.js"
1414
]
1515
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Steam_Deck_favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Steam Deck Resources</title><script defer="defer" src="/static/js/main.09943b65.js"></script><link href="/static/css/main.69dee250.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Steam_Deck_favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><title>Steam Deck Resources</title><script defer="defer" src="/static/js/main.c4bb3569.js"></script><link href="/static/css/main.69dee250.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/static/js/main.09943b65.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/main.09943b65.js renamed to docs/static/js/main.c4bb3569.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/main.c4bb3569.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/game_review.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ export const GAME_REVIEW_RESOURCES = [
2424
"description": "Steam Deck HQ's goal is to provide information on performance of games on the deck and a starting point for configurations with different priorities.",
2525
"badges": [
2626

27+
],
28+
},
29+
{
30+
"title": "CheckMyDeck",
31+
"link": "https://checkmydeck.herokuapp.com/",
32+
"type": "link",
33+
"description": "Enter your Steam ID to check the Steam Deck compatibility of your library.",
34+
"badges": [
35+
2736
],
2837
}
2938
]

src/data/other.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@ export const OTHER_RESOURCES = [
1818
"src": "https://img.shields.io/github/stars/MooNag/steam-deck-calculator?style=social"
1919
},
2020
]
21+
},
22+
{
23+
"title": "Steam Deck Life",
24+
"link": "https://steamdecklife.com/",
25+
"type": "link",
26+
"description": 'Compilation of latest news, tips and tricks for the Steam Deck.',
27+
"badges": [
28+
]
2129
}
2230
]

0 commit comments

Comments
 (0)