From 6a7cd3458f626b079aea4dcdb6b3289f0f30c7ed Mon Sep 17 00:00:00 2001 From: Carolina Ziegler Date: Mon, 1 Jul 2024 09:10:44 +0200 Subject: [PATCH] fixed checkstyle issues finally --- src/main/Header.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/Header.tsx b/src/main/Header.tsx index 7df3e7a5b..7bff4bb65 100644 --- a/src/main/Header.tsx +++ b/src/main/Header.tsx @@ -94,17 +94,17 @@ const LogoPicture: React.FC = () => { const path = (filename:string) => import.meta.env.BASE_URL + filename; return (
- *": { - height: "calc(100% - 0.5px)", - }, - }}> - - Opencast Editor Logo - + *": { + height: "calc(100% - 0.5px)", + }, + }}> + + Opencast Editor Logo +
- ) + ); }; const Logo: React.FC = () => {