From b21bd3b8e0b0ffbe5ab75e3ad473e89431939d3d Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 7 Jun 2023 16:28:48 -0300 Subject: [PATCH] fix: now the version badge text aligns when there's no version --- src/frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/App.tsx b/src/frontend/src/App.tsx index e00019822..9e84a6430 100644 --- a/src/frontend/src/App.tsx +++ b/src/frontend/src/App.tsx @@ -170,7 +170,7 @@ export default function App() { className="absolute left-7 bottom-2 flex h-6 cursor-pointer flex-col items-center justify-start overflow-hidden rounded-lg bg-gray-800 px-2 text-center font-sans text-xs tracking-wide text-gray-300 transition-all duration-500 ease-in-out hover:h-12 dark:bg-gray-100 dark:text-gray-800" > {version &&
⛓️ LangFlow v{version}
} -
Created by Logspace
+
Created by Logspace
);