fixes(#1841): Alignment of title and description in card
This commit is contained in:
parent
4e53e61560
commit
eafd67ee08
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => {
|
|||
{isLoading && blueprint.id === selectedBlueprintId && (
|
||||
<Spinner size="md" />
|
||||
)}
|
||||
|
||||
{blueprint.name}
|
||||
</CardTitle>
|
||||
</CardHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue