From 56d082b64f1b96af8cbf26bf092db942e0aaaa61 Mon Sep 17 00:00:00 2001 From: Kyrylo Shmidt Date: Wed, 28 Aug 2024 14:47:03 +0200 Subject: [PATCH] Change Span Info title --- src/components/Highlights/SpanInfo/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Highlights/SpanInfo/index.tsx b/src/components/Highlights/SpanInfo/index.tsx index 8cf65d7cc..d09a15a43 100644 --- a/src/components/Highlights/SpanInfo/index.tsx +++ b/src/components/Highlights/SpanInfo/index.tsx @@ -98,7 +98,7 @@ export const SpanInfo = () => { } /> )} - Span Info + Scope {renderAnimatedButton(!isExpanded, "Expand", expandedBtnRef)}