1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-11-23 14:45:41 +01:00

chore: make monitor title link to the monitored url

This commit is contained in:
Alex 2020-11-23 01:36:28 +01:00 committed by Alex Viscreanu
parent c13095a2df
commit c90ee97d3a

View File

@ -30,7 +30,7 @@ export default function MonitorCard({ key, monitor, data }) {
</div>
</div>
)}
<div className="text-xl">{monitor.name}</div>
<a href={monitor.url} target="_blank"><div className="text-xl">{monitor.name}</div></a>
</div>
<MonitorStatusLabel kvMonitor={data} />
</div>