|
|
@ -167,7 +167,7 @@ const ItemOverview: FunctionComponent<Props> = (props) => {
|
|
|
|
<Text inherit color="white">
|
|
|
|
<Text inherit color="white">
|
|
|
|
<Box component="span" mr={12}>
|
|
|
|
<Box component="span" mr={12}>
|
|
|
|
<FontAwesomeIcon
|
|
|
|
<FontAwesomeIcon
|
|
|
|
title={item?.monitored ? "unmonitored" : "monitored"}
|
|
|
|
title={item?.monitored ? "monitored" : "unmonitored"}
|
|
|
|
icon={item?.monitored ? faBookmark : farBookmark}
|
|
|
|
icon={item?.monitored ? faBookmark : farBookmark}
|
|
|
|
></FontAwesomeIcon>
|
|
|
|
></FontAwesomeIcon>
|
|
|
|
</Box>
|
|
|
|
</Box>
|
|
|
|