change name and favicon

master
Tudor Stanciu 2020-05-06 19:09:29 +03:00
parent 6f37ca843b
commit 25945b6b81
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "reverse-proxy-frontend", "name": "reverse-proxy-frontend",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "React and Redux Pluralsight course by Cory House", "description": "Reverse proxy frontend application",
"scripts": { "scripts": {
"start": "run-p start:dev start:api", "start": "run-p start:dev start:api",
"start:dev": "webpack-dev-server --config webpack.config.dev.js --port 3000", "start:dev": "webpack-dev-server --config webpack.config.dev.js --port 3000",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 169 KiB

View File

@ -2,7 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Pluralsight Redux</title> <title>Reverse proxy</title>
</head> </head>
<body> <body>