fix home page
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -71,54 +71,15 @@ export function Login() {
|
|||||||
|
|
||||||
{/* begin::Login options */}
|
{/* begin::Login options */}
|
||||||
<div className="row g-3 mb-9">
|
<div className="row g-3 mb-9">
|
||||||
{/* begin::Col */}
|
|
||||||
<div className="col-md-6">
|
|
||||||
{/* begin::Google link */}
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
className="btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Logo"
|
|
||||||
src={toAbsoluteUrl("media/svg/brand-logos/google-icon.svg")}
|
|
||||||
className="h-15px me-3"
|
|
||||||
/>
|
|
||||||
Sign in with Google
|
|
||||||
</a>
|
|
||||||
{/* end::Google link */}
|
|
||||||
</div>
|
|
||||||
{/* end::Col */}
|
|
||||||
|
|
||||||
{/* begin::Col */}
|
|
||||||
<div className="col-md-6">
|
|
||||||
{/* begin::Google link */}
|
|
||||||
<a
|
|
||||||
href="#"
|
|
||||||
className="btn btn-flex btn-outline btn-text-gray-700 btn-active-color-primary bg-state-light flex-center text-nowrap w-100"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Logo"
|
|
||||||
src={toAbsoluteUrl("media/svg/brand-logos/apple-black.svg")}
|
|
||||||
className="theme-light-show h-15px me-3"
|
|
||||||
/>
|
|
||||||
<img
|
|
||||||
alt="Logo"
|
|
||||||
src={toAbsoluteUrl("media/svg/brand-logos/apple-black-dark.svg")}
|
|
||||||
className="theme-dark-show h-15px me-3"
|
|
||||||
/>
|
|
||||||
Sign in with Apple
|
|
||||||
</a>
|
|
||||||
{/* end::Google link */}
|
|
||||||
</div>
|
|
||||||
{/* end::Col */}
|
|
||||||
</div>
|
</div>
|
||||||
{/* end::Login options */}
|
{/* end::Login options */}
|
||||||
|
|
||||||
{/* begin::Separator */}
|
{/* begin::Separator */}
|
||||||
<div className="separator separator-content my-14">
|
<div className="separator separator-content my-14">
|
||||||
<span className="w-125px text-gray-500 fw-semibold fs-7">
|
{/*<span className="w-125px text-gray-500 fw-semibold fs-7">*/}
|
||||||
Or with email
|
{/* Or with email*/}
|
||||||
</span>
|
{/*</span>*/}
|
||||||
</div>
|
</div>
|
||||||
{/* end::Separator */}
|
{/* end::Separator */}
|
||||||
|
|
||||||
@@ -220,12 +181,12 @@ export function Login() {
|
|||||||
</div>
|
</div>
|
||||||
{/* end::Action */}
|
{/* end::Action */}
|
||||||
|
|
||||||
<div className="text-gray-500 text-center fw-semibold fs-6">
|
{/*<div className="text-gray-500 text-center fw-semibold fs-6">*/}
|
||||||
Not a Member yet?{" "}
|
{/* Not a Member yet?{" "}*/}
|
||||||
<Link to="/auth/registration" className="link-primary">
|
{/* <Link to="/auth/registration" className="link-primary">*/}
|
||||||
Sign up
|
{/* Sign up*/}
|
||||||
</Link>
|
{/* </Link>*/}
|
||||||
</div>
|
{/*</div>*/}
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@ import {createRoot} from 'react-dom/client'
|
|||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
import {Chart, registerables} from 'chart.js'
|
import {Chart, registerables} from 'chart.js'
|
||||||
import {QueryClient, QueryClientProvider} from 'react-query'
|
import {QueryClient, QueryClientProvider} from 'react-query'
|
||||||
import {ReactQueryDevtools} from 'react-query/devtools'
|
//import {ReactQueryDevtools} from 'react-query/devtools'
|
||||||
// Apps
|
// Apps
|
||||||
import {MetronicI18nProvider} from './_digifi/i18n/Metronici18n'
|
import {MetronicI18nProvider} from './_digifi/i18n/Metronici18n'
|
||||||
import './_digifi/assets/sass/style.react.scss'
|
import './_digifi/assets/sass/style.react.scss'
|
||||||
@@ -43,7 +43,7 @@ if (container) {
|
|||||||
<AppRoutes />
|
<AppRoutes />
|
||||||
</AuthProvider>
|
</AuthProvider>
|
||||||
</MetronicI18nProvider>
|
</MetronicI18nProvider>
|
||||||
<ReactQueryDevtools initialIsOpen={false} />
|
{/*<ReactQueryDevtools initialIsOpen={false} />*/}
|
||||||
</QueryClientProvider>
|
</QueryClientProvider>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user