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={
|
primary={
|
||||||
<Tooltip title={tooltip}>
|
<Tooltip title={tooltip}>
|
||||||
{onClick ? (
|
{onClick ? (
|
||||||
<Link href="#" onClick={onClick}>
|
<Link href="#" onClick={onClick} style={{ fontWeight: "bold" }}>
|
||||||
{linkLabel}
|
{linkLabel}
|
||||||
</Link>
|
</Link>
|
||||||
) : (
|
) : (
|
||||||
<Link href={link} target="_blank">
|
<Link href={link} target="_blank" style={{ fontWeight: "bold" }}>
|
||||||
{linkLabel}
|
{linkLabel}
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user