From 0aa3c87a4b64922e5294e358ea5b578bd582c12e Mon Sep 17 00:00:00 2001 From: Gerald Pape Date: Mon, 18 Dec 2023 12:52:07 +0100 Subject: [PATCH] Update Logo, document logo font --- frontend/README.md | 2 +- frontend/src/Kiosk/mockdata.ts | 2 +- frontend/src/UI/Info/Hero.tsx | 2 +- frontend/src/images/ms-update-logo.svg | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 frontend/src/images/ms-update-logo.svg diff --git a/frontend/README.md b/frontend/README.md index 314e93a6..a5b05090 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -73,7 +73,7 @@ Execute this each time the backend API schema changes. ## How to update the font -We're using a font called [Recursive](https://www.recursive.design/) for which we're self hosting the required files in directory `src/styles/fonts`. +We're using a font called [Recursive](https://www.recursive.design/) for which we're self hosting the required files in directory `src/styles/fonts`. The logo uses a font called [Catamaran ExtraBold](https://fonts.adobe.com/fonts/catamaran). To update (in case the font received an update), go to [https://github.com/arrowtype/recursive/releases](https://github.com/arrowtype/recursive/releases) and: diff --git a/frontend/src/Kiosk/mockdata.ts b/frontend/src/Kiosk/mockdata.ts index c26ec40f..f366caf1 100644 --- a/frontend/src/Kiosk/mockdata.ts +++ b/frontend/src/Kiosk/mockdata.ts @@ -1,4 +1,4 @@ -import msjlogo from "../images/ms-jetzt-logo.svg"; +import msjlogo from "../images/ms-update-logo.svg"; import bahnLogo from "../images/logo_db_gobeta.svg"; const toIEvent = function toIEvent(slides: IEventBase[]) { diff --git a/frontend/src/UI/Info/Hero.tsx b/frontend/src/UI/Info/Hero.tsx index 04c8c469..ffe642b5 100644 --- a/frontend/src/UI/Info/Hero.tsx +++ b/frontend/src/UI/Info/Hero.tsx @@ -1,6 +1,6 @@ import React, { FC, PropsWithChildren } from "react"; import styles from "./Info.module.scss"; -import logo from "../../images/ms-jetzt-logo.svg"; +import logo from "../../images/ms-update-logo.svg"; interface IHeroProps extends PropsWithChildren { subtitle: string; diff --git a/frontend/src/images/ms-update-logo.svg b/frontend/src/images/ms-update-logo.svg new file mode 100644 index 00000000..155b488a --- /dev/null +++ b/frontend/src/images/ms-update-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file