first commit
This commit is contained in:
parent
d617fec764
commit
ad6545d897
@ -23,7 +23,7 @@
|
||||
name="keyword"
|
||||
content="Bootstrap,Admin,Template,Open,Source,CSS,SCSS,HTML,RWD,Dashboard,React"
|
||||
/>
|
||||
<title>The Solar Sign</title>
|
||||
<title>Admin Get Sygnal</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/
|
||||
|
@ -78,7 +78,7 @@ const AppSidebar = () => {
|
||||
<img src={AdminlogoUrl} alt="" width="100%" />
|
||||
</Link>
|
||||
) : { AppName } ? (
|
||||
<h2>The Solar Sign </h2>
|
||||
<h3>Admin Get Sygnal </h3>
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
|
@ -13,11 +13,10 @@ import { cibGmail } from "@coreui/icons";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
const setupAxios = () => {
|
||||
// axios.defaults.baseURL = "http://localhost:8000";
|
||||
axios.defaults.baseURL = "http://localhost:8000";
|
||||
|
||||
// axios.defaults.baseURL = "https://happy-sombrero-ray.cyclic.app/"; //->latest deployed
|
||||
// axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed
|
||||
axios.defaults.baseURL = "https://api.thesolarsign.com/"; //->latest deployed
|
||||
// axios.defaults.baseURL = "https://api.thesolarsign.com/"; //->latest deployed
|
||||
|
||||
axios.defaults.headers = {
|
||||
"Cache-Control": "no-cache,no-store",
|
||||
|
@ -138,9 +138,9 @@ const Login = () => {
|
||||
<CCard className="p-4">
|
||||
<CCardBody>
|
||||
<CForm>
|
||||
<h1>The Solar Sign</h1>
|
||||
<h1>Get Sygnal</h1>
|
||||
<p className="text-medium-emphasis">
|
||||
Sign In to Your SOLAR Sign Admin Dashboard Account.
|
||||
Sign In to Your Get Sygnal Admin Dashboard Account.
|
||||
</p>
|
||||
<CInputGroup className="mb-3">
|
||||
<CInputGroupText>
|
||||
|
Loading…
Reference in New Issue
Block a user