Prefer Link over plain anchors

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-02-14 10:21:48 +01:00
parent 49c710940f
commit 4bdd6bcb3c
4 changed files with 21 additions and 13 deletions
@@ -164,9 +164,8 @@ const ActionButtons = ({
</MenuItem>
)}
<MenuItem
component="a"
href={value.logstreamHref}
target="_blank"
component={Link}
to={value.logstreamHref}
key="logStream"
onClick={handleClose}
>