From aab00610bea428b067c53474a3adb33debc3f38f Mon Sep 17 00:00:00 2001 From: Carolina Ziegler Date: Mon, 1 Jul 2024 08:56:40 +0200 Subject: [PATCH] tried to fix the checkstyle issues --- src/main/Header.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/Header.tsx b/src/main/Header.tsx index 632dba862..7df3e7a5b 100644 --- a/src/main/Header.tsx +++ b/src/main/Header.tsx @@ -93,17 +93,17 @@ function Header() { 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 + +
) };