Update frontend/src/components/inbox/components/ConversationsList.tsx

Co-authored-by: Yassine <95612053+yassinedorbozgithub@users.noreply.github.com>
This commit is contained in:
Mohamed Chedli Ben Yaghlane 2025-04-11 20:49:44 +01:00 committed by GitHub
parent c68dde3c43
commit f12f1de767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,10 +88,8 @@ export const SubscribersList = (props: {
))}
</ConversationList>
) : (
<Grid paddingX={2}>
<p style={{ textAlign: "center", color: "#999", marginTop: "1rem" }}>
{t("message.no_result_found")}
</p>
<Grid p={1} color="gray" textAlign="center">
{t("message.no_result_found")}
</Grid>
)}
</>