Skip to content

Commit dbf1b50

Browse files
authored
Merge pull request #21 from ciatph/updates-pdf-crp-20191113
PDF updates for CRP - 20191113
2 parents 4303308 + 38c8726 commit dbf1b50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "node"
3+
- "12.10"
44

55
cache: npm
66

src/defines/iconmaps/thumbnails-sub-crariskprofile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ module.exports = {
1111
'title': '',
1212
'description': 'Luzon CRP',
1313
'img': 'th-crads-climaterisk-luzon.png',
14-
'link': 'Luzon CRP.pdf',
14+
'link': 'Luzon.pdf',
1515
'external': 'true'
1616
},
1717
{
1818
'title': '',
1919
'description': 'Visayas CRP',
2020
'img': 'th-crads-climaterisk-visayas.png',
21-
'link': 'Visayas CRP.pdf',
21+
'link': 'Visayas.pdf',
2222
'external': 'true'
2323
},
2424
{
2525
'title': '',
2626
'description': 'Mindanao CRP',
2727
'img': 'th-crads-climaterisk-mindanao.png',
28-
'link': 'Mindanao CRP.pdf',
28+
'link': 'Mindanao.pdf',
2929
'external': 'true'
3030
}
3131
]

0 commit comments

Comments
 (0)