We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4303308 + 38c8726 commit dbf1b50Copy full SHA for dbf1b50
2 files changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "node"
+ - "12.10"
4
5
cache: npm
6
src/defines/iconmaps/thumbnails-sub-crariskprofile.js
@@ -11,21 +11,21 @@ module.exports = {
11
'title': '',
12
'description': 'Luzon CRP',
13
'img': 'th-crads-climaterisk-luzon.png',
14
- 'link': 'Luzon CRP.pdf',
+ 'link': 'Luzon.pdf',
15
'external': 'true'
16
},
17
{
18
19
'description': 'Visayas CRP',
20
'img': 'th-crads-climaterisk-visayas.png',
21
- 'link': 'Visayas CRP.pdf',
+ 'link': 'Visayas.pdf',
22
23
24
25
26
'description': 'Mindanao CRP',
27
'img': 'th-crads-climaterisk-mindanao.png',
28
- 'link': 'Mindanao CRP.pdf',
+ 'link': 'Mindanao.pdf',
29
30
}
31
]
0 commit comments