Skip to content

Commit

Permalink
make alarm link open in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha authored Nov 14, 2024
1 parent c1a010d commit 064899c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function Block({
<a
href="https://github.com/ISISComputingGroup/ibex_user_manual/wiki/Blocks#alarms"
className="text-red-400"
target="_blank"
>
Alarm: {pv.severity}
</a>
Expand Down

0 comments on commit 064899c

Please sign in to comment.