Set name and title to the project

This commit is contained in:
RadoslavDimchev 2023-07-21 15:43:15 +03:00
parent f7efdd799e
commit 14a49f2133
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Nimbus UI</title>
</head>
<body>
<div id="root"></div>

View File

@ -1,5 +1,5 @@
{
"name": "nimbus-gui",
"name": "nimbus-ui",
"private": true,
"version": "0.0.0",
"scripts": {