Update RO logos.

This commit is contained in:
Patrick Fic
2023-08-03 08:42:15 -07:00
parent 96485ba252
commit 997aed4ab3
5 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -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

View File

@@ -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" },