From 599da89288d3362d1a859d1d6e1f68eb4e2292cf Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 24 Oct 2023 10:51:38 +0200 Subject: [PATCH] feat: improved has children/has parent indicator (#5135) --- .../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 8358ed0a38..c2e1322bca 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: