mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-02-06 09:08:33 -06:00
Anchor tag noreferrer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user