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