Skip to content

Commit d23f7f1

Browse files
committed
remove stupid copyright bit in the footer, put cols back
1 parent ba60e77 commit d23f7f1

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

app/Footer.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
);

app/__snapshots__/Footer.test.tsx.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

app/components/GithubActionsScheduledJobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/components/JenkinsJobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) => (

0 commit comments

Comments
 (0)