From f47ba7e96f57b06bd6091a5ae92f7408a42c9881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Santana=20Gon=C3=A7alves?= Date: Tue, 10 Dec 2024 13:53:32 -0300 Subject: [PATCH] add some locators --- src/app/communities/CommunityItem.tsx | 2 +- src/app/proposals/LatestProposalsTable.tsx | 4 +++- src/app/proposals/page.tsx | 2 +- src/app/user/Communities/CommunityCard.tsx | 2 +- src/components/Input/Input.tsx | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/communities/CommunityItem.tsx b/src/app/communities/CommunityItem.tsx index 1afef1ef..2fad498e 100644 --- a/src/app/communities/CommunityItem.tsx +++ b/src/app/communities/CommunityItem.tsx @@ -20,7 +20,7 @@ export const CommunityItem = ({ description, numberOfMembers, }: CommunityItemProps) => ( -
+
/> ) : ( - No proposals found 😢 + + No proposals found 😢 + )}
) diff --git a/src/app/proposals/page.tsx b/src/app/proposals/page.tsx index f2ba01ed..0f488a54 100644 --- a/src/app/proposals/page.tsx +++ b/src/app/proposals/page.tsx @@ -74,7 +74,7 @@ const VotingPowerPopover = () => ( }> ) diff --git a/src/app/user/Communities/CommunityCard.tsx b/src/app/user/Communities/CommunityCard.tsx index c198b6a1..55c387c3 100644 --- a/src/app/user/Communities/CommunityCard.tsx +++ b/src/app/user/Communities/CommunityCard.tsx @@ -5,7 +5,7 @@ import Image from 'next/image' import Link from 'next/link' export const CommunityCard: FC = ({ img, title, description, members, link }) => ( -
+
{/* image */} = ({ search: (
- {loading ? : } + {loading ? : }
= ({ {/* Small clear button at the right of the search field */} {onClear && ( )}