From eafd67ee0844edda06d3ddb63d0b94c4f892073f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20V=C3=ADtov=C3=A1?= Date: Wed, 27 Mar 2024 12:49:36 +0100 Subject: [PATCH] fixes(#1841): Alignment of title and description in card --- src/Components/Blueprints/BlueprintCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Components/Blueprints/BlueprintCard.tsx b/src/Components/Blueprints/BlueprintCard.tsx index b881c22e..48ac1c82 100644 --- a/src/Components/Blueprints/BlueprintCard.tsx +++ b/src/Components/Blueprints/BlueprintCard.tsx @@ -52,7 +52,6 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => { {isLoading && blueprint.id === selectedBlueprintId && ( )} -    {blueprint.name}