Skip to content

Commit

Permalink
Fix typo in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
iarry committed Dec 17, 2023
1 parent 5f767b3 commit 3b29d0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": {
"main.css": "/tokt-gear/static/css/main.83e52af6.css",
"main.js": "/tokt-gear/static/js/main.97104285.js",
"index.html": "/tokt-gear/index.html",
"main.83e52af6.css.map": "/tokt-gear/static/css/main.83e52af6.css.map",
"main.97104285.js.map": "/tokt-gear/static/js/main.97104285.js.map"
"main.css": "/totk-gear/static/css/main.83e52af6.css",
"main.js": "/totk-gear/static/js/main.97104285.js",
"index.html": "/totk-gear/index.html",
"main.83e52af6.css.map": "/totk-gear/static/css/main.83e52af6.css.map",
"main.97104285.js.map": "/totk-gear/static/js/main.97104285.js.map"
},
"entrypoints": [
"static/css/main.83e52af6.css",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/tokt-gear/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Tracks TOTK gear upgrades"/><link rel="apple-touch-icon" href="/tokt-gear/logo192.png"/><link rel="manifest" href="/tokt-gear/manifest.json"/><title>TOTK Gear</title><script defer="defer" src="/tokt-gear/static/js/main.97104285.js"></script><link href="/tokt-gear/static/css/main.83e52af6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/totk-gear/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Tracks TOTK gear upgrades"/><link rel="apple-touch-icon" href="/totk-gear/logo192.png"/><link rel="manifest" href="/totk-gear/manifest.json"/><title>TOTK Gear</title><script defer="defer" src="/totk-gear/static/js/main.97104285.js"></script><link href="/totk-gear/static/css/main.83e52af6.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"homepage": "https://iarry.github.io/tokt-gear",
"homepage": "https://iarry.github.io/totk-gear",
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH='./docs' react-scripts build",
Expand Down

0 comments on commit 3b29d0d

Please sign in to comment.