Skip to content
Snippets Groups Projects

Correctly removed counter feature and changed minimal-app to inventory-app,...

Closed nford9 requested to merge ajacobsen20/react-redux-starter-code:aNewBranch into main
25 files
+ 221
50
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -6,7 +6,7 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta
name="description"
content="A minimal app to be used as starter code for labs and homework."
content="A store/ordering based app that adds items into the users inventory."
/>
<meta name="theme-color" content="#d00000" />
<link rel="icon" href="%PUBLIC_URL%/logo.png" />
@@ -15,7 +15,7 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.png" />
<link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.svg" />
<title>Minimal React Redux App</title>
<title>Inventory Ordering App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Loading