diff --git a/src/pages/ContactListPage.tsx b/src/pages/ContactListPage.tsx index 541f7af..0dc2857 100644 --- a/src/pages/ContactListPage.tsx +++ b/src/pages/ContactListPage.tsx @@ -349,12 +349,13 @@ const ContactListPage = () => { ) : null; })()} - {/* Vouch and Praise Indicators */} + {/* Vouch and Praise Indicators - Show received vouches/praises for everyone */} } label="2" size="small" variant="outlined" + title={contact.naoStatus === 'member' ? 'Vouches given and received' : 'Vouches received from NAO members'} sx={{ fontSize: '0.75rem', height: 20, @@ -372,6 +373,7 @@ const ContactListPage = () => { label="3" size="small" variant="outlined" + title={contact.naoStatus === 'member' ? 'Praises given and received' : 'Praises received from NAO members'} sx={{ fontSize: '0.75rem', height: 20,