Skip to content

Commit

Permalink
change more default values
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislegobrick committed Oct 15, 2023
1 parent 96ac801 commit 03c96af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions urc_dashboard/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="RoboNav web dashboard"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Driver Station</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions urc_dashboard/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Driver Station",
"name": "RoboNav web dashboard driver station",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 03c96af

Please sign in to comment.