From 38ede47c75e51a45fc5bd8b3a87c9c6bb135efc0 Mon Sep 17 00:00:00 2001 From: harshbutfairx Date: Fri, 13 Sep 2024 09:18:51 +0530 Subject: [PATCH] fix: add line to card (#755) --- app/application-performance-monitoring/apm.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/application-performance-monitoring/apm.tsx b/app/application-performance-monitoring/apm.tsx index 122a5513a..86dd7cca5 100644 --- a/app/application-performance-monitoring/apm.tsx +++ b/app/application-performance-monitoring/apm.tsx @@ -244,6 +244,9 @@ const SigNozFeatures = () => { buttonText: 'Instrument your application', buttonLink: 'https://signoz.io/docs/instrumentation/' }, + { + title: '', + }, ]