change name
This commit is contained in:
parent
db94e5a111
commit
24ffc61fa0
@ -23,7 +23,7 @@
|
||||
name="keyword"
|
||||
content="Bootstrap,Admin,Template,Open,Source,CSS,SCSS,HTML,RWD,Dashboard,React"
|
||||
/>
|
||||
<title>AyurPulse Admin</title>
|
||||
<title>Cheminova Admin</title>
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is added to the
|
||||
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
||||
|
@ -127,7 +127,7 @@ const AppSidebar = () => {
|
||||
<img src={AdminlogoUrl} alt="" width="100%" />
|
||||
</Link>
|
||||
) : { AppName } ? (
|
||||
<h3>AyurPulse Admin </h3>
|
||||
<h3>Cheminova </h3>
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
|
@ -14,8 +14,8 @@ import { cibGmail } from "@coreui/icons";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
const setupAxios = () => {
|
||||
axios.defaults.baseURL = "http://localhost:5000";
|
||||
// axios.defaults.baseURL = "https://pulseayur-api.onrender.com";
|
||||
//axios.defaults.baseURL = "http://localhost:5000";
|
||||
axios.defaults.baseURL = "https://cheminova-api-2.onrender.com";
|
||||
|
||||
axios.defaults.headers = {
|
||||
"Cache-Control": "no-cache,no-store",
|
||||
|
@ -157,7 +157,7 @@ export default function RegistrationEmail() {
|
||||
onChange={(e) => setWelcomeMsg(e.target.value)}
|
||||
/>
|
||||
<h6 style={{ fontWeight: "bold", marginTop: "1rem" }}>
|
||||
App Name : Ayur Pulse
|
||||
App Name : Cheminova
|
||||
</h6>
|
||||
|
||||
<label htmlFor="title" className="form-label">
|
||||
|
@ -140,9 +140,9 @@ const Login = () => {
|
||||
<CCard className="p-4">
|
||||
<CCardBody>
|
||||
<CForm>
|
||||
<h1>Ayur Pulse</h1>
|
||||
<h1>Cheminova</h1>
|
||||
<p className="text-medium-emphasis">
|
||||
Sign In to Your Ayur Pulse Admin Dashboard Account.
|
||||
Sign In to Your Cheminova Admin Dashboard.
|
||||
</p>
|
||||
<CInputGroup className="mb-3">
|
||||
<CInputGroupText>
|
||||
|
Loading…
Reference in New Issue
Block a user