Skip to content

Commit

Permalink
Link beam status in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Willemsen committed Nov 8, 2024
1 parent aa16129 commit 56a9b82
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 56a9b82

Please sign in to comment.