From e8ab9c73ccb867f8cdd213fdd4cb2ca34f44e610 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 17 Nov 2023 21:11:49 -0300 Subject: [PATCH] fix(StorePage): update text to be more generic and inclusive The text in the StorePage component was updated to be more generic and inclusive. Instead of saying "You haven't created/liked any flows yet", it now says "You haven't created/liked anything yet". This change was made to make the text more inclusive and applicable to different types of content, not just flows. --- src/frontend/src/pages/StorePage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/pages/StorePage/index.tsx b/src/frontend/src/pages/StorePage/index.tsx index e2514f038..de8f916fc 100644 --- a/src/frontend/src/pages/StorePage/index.tsx +++ b/src/frontend/src/pages/StorePage/index.tsx @@ -361,8 +361,8 @@ export default function StorePage(): JSX.Element {
You haven't{" "} - {selectFilter === "createdbyme" ? "created" : "liked"} any - flows yet. + {selectFilter === "createdbyme" ? "created" : "liked"}{" "} + anything yet.