mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
bold contact options
This commit is contained in:
parent
1d58d0f5e7
commit
6bad079252
@ -36,11 +36,11 @@ const ContactOption = ({ tooltip, label, link, onClick, ...props }) => {
|
||||
primary={
|
||||
<Tooltip title={tooltip}>
|
||||
{onClick ? (
|
||||
<Link href="#" onClick={onClick}>
|
||||
<Link href="#" onClick={onClick} style={{ fontWeight: "bold" }}>
|
||||
{linkLabel}
|
||||
</Link>
|
||||
) : (
|
||||
<Link href={link} target="_blank">
|
||||
<Link href={link} target="_blank" style={{ fontWeight: "bold" }}>
|
||||
{linkLabel}
|
||||
</Link>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user