chore(frontend): remove unused zustand dependency and fix HTML title
- Remove zustand from package.json (was declared but never imported) - Fix index.html title from 'arma3-frontend' to 'Arma 3 Server Manager'
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>arma3-frontend</title>
|
||||
<title>Arma 3 Server Manager</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user