Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Footer() {
Instrument statuses
</Link>
<Link
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
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"
>
Expand Down
2 changes: 1 addition & 1 deletion app/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function NavBar() {
</Link>
<Link
className="block py-2 px-3 rounded-sm text-black dark:text-white hover:text-white hover:bg-zinc-800"
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
target="_blank"
>
Beam status
Expand Down
2 changes: 1 addition & 1 deletion app/__snapshots__/Footer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`renders footer unchanged 1`] = `
</a>
<a
class="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"
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
target="_blank"
>
Beam status
Expand Down
2 changes: 1 addition & 1 deletion app/__snapshots__/Navbar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ exports[`renders navbar unchanged 1`] = `
</a>
<a
class="block py-2 px-3 rounded-sm text-black dark:text-white hover:text-white hover:bg-zinc-800"
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
target="_blank"
>
Beam status
Expand Down
2 changes: 1 addition & 1 deletion app/__snapshots__/page.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ exports[`renders main page unchanged 1`] = `
</p>
<a
class="inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:bg-blue-400 dark:hover:bg-blue-400"
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
target="_blank"
>
<svg
Expand Down
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function Home() {
</p>

<a
href="https://www.isis.stfc.ac.uk/Pages/Beam-Status.aspx"
href="https://www.isis.stfc.ac.uk/beam-status/"
className="inline-flex p-2 text-blue-500 capitalize transition-colors duration-200 transform bg-blue-100 rounded-full dark:bg-blue-500 dark:text-white hover:underline hover:bg-blue-400 dark:hover:bg-blue-400"
target="_blank"
>
Expand Down
Loading