Skip to content

Commit 5f1733a

Browse files
authored
Merge pull request #33 from studyhog/origin/react
#7 - lutris added
2 parents 985c9ac + b00f3c5 commit 5f1733a

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-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.348b6868.js",
4+
"main.js": "/static/js/main.fba93c97.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.348b6868.js.map": "/static/js/main.348b6868.js.map",
8+
"main.fba93c97.js.map": "/static/js/main.fba93c97.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.348b6868.js"
13+
"static/js/main.fba93c97.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.348b6868.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.fba93c97.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.348b6868.js.map

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

docs/static/js/main.348b6868.js renamed to docs/static/js/main.fba93c97.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.fba93c97.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/non_steam_launcher.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ export const NON_STEAM_LAUNCHER_RESOURCES = [
88

99
]
1010
},
11+
{
12+
"title": "Lutris",
13+
"link": "https://lutris.net/",
14+
"type": "link",
15+
"description": "Lutris is a video game preservation platform aiming to keep your video game collection up and running for the years to come. Lutris makes it easy to run all your games, old and new.",
16+
"badges": [
17+
18+
]
19+
},
1120
{
1221
"title": "BoilR",
1322
"link": "https://github.com/PhilipK/BoilR",

0 commit comments

Comments
 (0)