File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed
Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ export default function Footer() {
3636 Beam status
3737 </ Link >
3838 </ nav >
39- < p className = "mt-8 text-base leading-6 text-center text-gray-400" >
40- © 2024 Experiment Controls at ISIS. All rights reserved.
41- </ p >
4239 </ div >
4340 </ footer >
4441 ) ;
Original file line number Diff line number Diff line change @@ -48,11 +48,6 @@ exports[`renders footer unchanged 1`] = `
4848 Beam status
4949 </a >
5050 </nav >
51- <p
52- class = " mt-8 text-base leading-6 text-center text-gray-400"
53- >
54- © 2024 Experiment Controls at ISIS. All rights reserved.
55- </p >
5651 </div >
5752 </footer >
5853</div >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default function GithubActionsScheduledJobs() {
3232 return (
3333 < div
3434 className = {
35- "grid md:grid-cols-3 items-center gap-1.5 grid-cols-1 dark:text-white"
35+ "grid md:grid-cols-3 items-center gap-1.5 grid-cols-1 dark:text-white"
3636 }
3737 >
3838 < GithubActionsJob
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export default function JenkinsJobs() {
6565 return (
6666 < div
6767 className = {
68- "grid md:grid-flow-row md:grid-cols-3 items-center gap-1.5 grid-cols-1"
68+ "grid md:grid-rows-7 md:grid-flow-col md:grid-cols-3 items-center gap-1.5 grid-cols-1"
6969 }
7070 >
7171 { data . map ( ( job ) => (
You can’t perform that action at this time.
0 commit comments