Update RO logos.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 376 B |
BIN
client/src/assets/RomeOnline.png
Normal file
BIN
client/src/assets/RomeOnline.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
client/src/assets/RomeOnlineBlue.png
Normal file
BIN
client/src/assets/RomeOnlineBlue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -6,7 +6,7 @@ import { useTranslation } from "react-i18next";
|
|||||||
import { connect } from "react-redux";
|
import { connect } from "react-redux";
|
||||||
import { Link, Redirect, useLocation } from "react-router-dom";
|
import { Link, Redirect, useLocation } from "react-router-dom";
|
||||||
import { createStructuredSelector } from "reselect";
|
import { createStructuredSelector } from "reselect";
|
||||||
import RomeLogo from "../../assets/romelogo.png";
|
import RomeLogo from "../../assets/RomeOnlineBlue.png";
|
||||||
import {
|
import {
|
||||||
emailSignInStart,
|
emailSignInStart,
|
||||||
sendPasswordReset,
|
sendPasswordReset,
|
||||||
@@ -54,7 +54,6 @@ export function SignInComponent({
|
|||||||
<div className="login-container">
|
<div className="login-container">
|
||||||
<div className="login-logo-container">
|
<div className="login-logo-container">
|
||||||
<img src={RomeLogo} width={200} alt="Rome Online" />
|
<img src={RomeLogo} width={200} alt="Rome Online" />
|
||||||
<Typography.Title>{t("titles.app")}</Typography.Title>
|
|
||||||
</div>
|
</div>
|
||||||
<Form onFinish={handleFinish} form={form} size="large">
|
<Form onFinish={handleFinish} form={form} size="large">
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import ImexOnlineLogoLight from "../assets/ImEX Online Logo.png";
|
|||||||
import i18n from "../translations/i18n";
|
import i18n from "../translations/i18n";
|
||||||
|
|
||||||
import TechnologySvg from "../assets/icons/technology.svg";
|
import TechnologySvg from "../assets/icons/technology.svg";
|
||||||
import RomeLogo from "../assets/romelogo.png";
|
import RomeLogo from "../assets/RomeOnline.png";
|
||||||
export const Nav00DataSource = {
|
export const Nav00DataSource = {
|
||||||
wrapper: { className: "header0 home-page-wrapper" },
|
wrapper: { className: "header0 home-page-wrapper" },
|
||||||
page: { className: "home-page" },
|
page: { className: "home-page" },
|
||||||
|
|||||||
Reference in New Issue
Block a user