Anchor tag noreferrer

This commit is contained in:
Daniel Cojocea
2024-07-17 20:33:33 -04:00
parent ef746c2afa
commit a7a4a67684

View File

@@ -27,7 +27,7 @@ import ResponseTimeChart from "../../Components/Charts/ResponseTimeChart";
const Host = ({ params }) => {
return (
<div className="host-row">
<a href={params.url} target="_blank">
<a href={params.url} target="_blank" rel="noreferrer">
<OpenInNewPage />
</a>
<div className="host-name">{params.title}</div>