Skip to content

Commit 5ba4a2b

Browse files
committed
Update Land4Health training PDF and enable section
Replaced the Land4Health PDF link with the new workshop file and enabled the Land4Health section in the UI. Related links for Land4Health are now commented out. Added l4h_workshop.pdf to the public training directory.
1 parent acd5945 commit 5ba4a2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/trainings/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ function SubButtons({ section }: { section: Section }) {
4141
],
4242
},
4343
land4health: {
44-
pdf: '/cards/toolkits/land4health-installation.pdf',
44+
pdf: '/training/l4h_workshop.pdf',
4545
related: [
46-
{ label: 'Land4Health dataset', href: '/cards/toolkits/land4health-dataset.zip', isFile: true },
47-
{ label: 'Documentation', href: 'https://example.org/land4health' },
46+
//{ label: 'Land4Health presentation', href: '/training/l4h_workshop.pdf', isFile: true },
47+
//{ label: 'Documentation', href: 'https://example.org/land4health' },
4848
],
4949
},
5050
socio4health: {
@@ -118,7 +118,7 @@ export default function Page() {
118118
const disabledMap: Record<Section, boolean> = {
119119
data4health: false,
120120
clim4health: false,
121-
land4health: true,
121+
land4health: false,
122122
socio4health: true,
123123
cube4health: true,
124124
};

public/training/l4h_workshop.pdf

2.24 MB
Binary file not shown.

0 commit comments

Comments
 (0)