From 6bad0792522356337aec4131e036af1afb0112dd Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 4 Apr 2023 00:40:52 +0300 Subject: [PATCH] bold contact options --- src/features/user/profile/contact/ContactOption.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/user/profile/contact/ContactOption.js b/src/features/user/profile/contact/ContactOption.js index 87778f2..6f5b031 100644 --- a/src/features/user/profile/contact/ContactOption.js +++ b/src/features/user/profile/contact/ContactOption.js @@ -36,11 +36,11 @@ const ContactOption = ({ tooltip, label, link, onClick, ...props }) => { primary={ {onClick ? ( - + {linkLabel} ) : ( - + {linkLabel} )}