Skip to content

Commit a741b14

Browse files
committed
Fix product name
1 parent bf43df6 commit a741b14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "material-dashboard-2-pro-react",
2+
"name": "material-dashboard-2-react",
33
"version": "2.0.0",
44
"private": true,
55
"author": "Creative Tim",
66
"license": "See license in https://www.creative-tim.com/license",
7-
"description": "React version of Material Dashboard 2 PRO by Creative Tim",
7+
"description": "React version of Material Dashboard 2 by Creative Tim",
88
"bugs": {
9-
"url": "https://github.com/creativetimofficial/ct-material-dashboard-pro-react/issues"
9+
"url": "https://github.com/creativetimofficial/material-dashboard-react/issues"
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/creativetimofficial/ct-material-dashboard-pro-react.git"
13+
"url": "git+https://github.com/creativetimofficial/material-dashboard-react.git"
1414
},
1515
"engines": {
1616
"node": "14 || 15 || 16",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<meta name="theme-color" content="#1A73E8" />
2323
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/apple-icon.png" />
2424
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
25-
<title>Material Dashboard 2 PRO React</title>
25+
<title>Material Dashboard 2 React</title>
2626
<link
2727
rel="stylesheet"
2828
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"short_name": "Material Dashboard",
3-
"name": "Material Dashboard 2 PRO React",
3+
"name": "Material Dashboard 2 React",
44
"icons": [
55
{
66
"src": "favicon.png",

0 commit comments

Comments
 (0)