From b0475c38fe71a1ef2930cd58445c2387794d5066 Mon Sep 17 00:00:00 2001 From: Pedro Soares <32311264+pedromtec@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:04:55 -0300 Subject: [PATCH] fix: remove unnecessary colon (#2669) ## What's the purpose of this pull request? Small fix: The `title` decides if there will be a colon or not. --- .../core/src/components/templates/SearchPage/SearchWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/components/templates/SearchPage/SearchWrapper.tsx b/packages/core/src/components/templates/SearchPage/SearchWrapper.tsx index a47c111a58..e806aa5156 100644 --- a/packages/core/src/components/templates/SearchPage/SearchWrapper.tsx +++ b/packages/core/src/components/templates/SearchPage/SearchWrapper.tsx @@ -28,7 +28,7 @@ function EmptySearch({ title, term }: EmptySearchProps) { > {title && (