Skip to content

Commit

Permalink
Merge pull request #66 from ISISComputingGroup/link_beam_status_in_fo…
Browse files Browse the repository at this point in the history
…oter

Link beam status in footer
  • Loading branch information
rerpha authored Nov 8, 2024
2 parents a1bd621 + 56a9b82 commit 50589be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ export default function Footer() {
>
Instrument statuses
</Link>
<Link
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
className="text-base leading-6 text-gray-500 hover:text-gray-900 dark:text-white dark:hover:text-gray-400 transition-color duration-100 px-5 py-2"
target="_blank"
>
Beam status
</Link>
</nav>
<p className="mt-8 text-base leading-6 text-center text-gray-400">
© 2024 Experiment Controls at ISIS. All rights reserved.
Expand Down

0 comments on commit 50589be

Please sign in to comment.