From 78bb545278e8ad0a272847eec14962e667961de3 Mon Sep 17 00:00:00 2001 From: kwasniew Date: Tue, 24 Oct 2023 10:29:26 +0200 Subject: [PATCH] feat: improved has children/has parent indicator --- .../src/component/feature/FeatureView/FeatureView.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/component/feature/FeatureView/FeatureView.tsx b/frontend/src/component/feature/FeatureView/FeatureView.tsx index 8358ed0a3898..c2e1322bca67 100644 --- a/frontend/src/component/feature/FeatureView/FeatureView.tsx +++ b/frontend/src/component/feature/FeatureView/FeatureView.tsx @@ -215,9 +215,7 @@ export const FeatureView = () => { } show={ - {' '} - Child feature - {' < '} + Has parent: @@ -233,9 +231,7 @@ export const FeatureView = () => { } show={ - {' '} - Parent feature - {' > '} + Has children: