From 0ff4b2c6a105fbb667b9a6d020b2a1f95216cef3 Mon Sep 17 00:00:00 2001 From: Carolina Amorim Date: Wed, 28 Aug 2024 14:24:54 +0100 Subject: [PATCH] fix lint pipeline --- .../src/components/LichtblickLogo.tsx | 58 +++++--- .../src/components/LichtblickLogoText.tsx | 139 ++++++++++++++---- 2 files changed, 150 insertions(+), 47 deletions(-) diff --git a/packages/suite-base/src/components/LichtblickLogo.tsx b/packages/suite-base/src/components/LichtblickLogo.tsx index 7c2f946d800..84c8104a9c6 100644 --- a/packages/suite-base/src/components/LichtblickLogo.tsx +++ b/packages/suite-base/src/components/LichtblickLogo.tsx @@ -11,23 +11,47 @@ export function LichtblickLogo(props: SvgIconProps): JSX.Element { return ( Lichtblick - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + ); } diff --git a/packages/suite-base/src/components/LichtblickLogoText.tsx b/packages/suite-base/src/components/LichtblickLogoText.tsx index b987202c60d..628a77401ef 100644 --- a/packages/suite-base/src/components/LichtblickLogoText.tsx +++ b/packages/suite-base/src/components/LichtblickLogoText.tsx @@ -12,37 +12,116 @@ export default function LichtblickLogoText(props: SvgIconProps): JSX.Element { Lichtblick - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - ); }