Standardize the tool cards in explore some more

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-03-05 15:49:48 +01:00
parent 98387ac6b5
commit c9b5c1ecac
6 changed files with 54 additions and 96 deletions
-1
View File
@@ -28,7 +28,6 @@ export type ExploreTool = {
image: string;
tags?: string[];
lifecycle?: string;
newsTag?: string;
};
export interface ExploreToolsConfig {