File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,12 +42,11 @@ export const Funders = () => {
4242 href = { funders . url }
4343 key = { index }
4444 w = { 64 }
45- h = { 64 }
4645 align = { 'center' }
4746 justify = { 'center' }
4847 rounded = { 'full' }
4948 >
50- < Image maxH = { 36 } src = { funders . logo } alt = { funders . name } />
49+ < Image maxH = { 20 } src = { funders . logo } alt = { funders . name } />
5150 </ Flex >
5251 ) ) }
5352 </ SimpleGrid >
Original file line number Diff line number Diff line change 11export const Funders = [
2- {
3- name : 'The European Research Council under the H2020 Starting Grant TOPIOS project (grant agreement No 715386).' ,
4- logo : '/funders-logos/ERClogo.png' ,
5- url : 'http://topios.org/' ,
6- } ,
72 {
83 name : 'The Dutch Research Council (NWO)' ,
94 logo : '/funders-logos/NWOlogo.png' ,
105 url : 'https://www.nwo.nl/en' ,
116 } ,
127 {
13- name : 'Utrecht University ' ,
14- logo : '/funders-logos/UUlogo .png' ,
15- url : 'https ://www.uu.nl/en ' ,
8+ name : 'The European Research Council under the H2020 Starting Grant TOPIOS project (grant agreement No 715386). ' ,
9+ logo : '/funders-logos/ERClogo .png' ,
10+ url : 'http ://topios.org/ ' ,
1611 } ,
1712 {
1813 name : 'ESPRC' ,
1914 logo : '/funders-logos/EPSRlogo.png' ,
2015 url : 'https://www.ukri.org/councils/epsrc/' ,
2116 } ,
17+ {
18+ name : 'Utrecht University' ,
19+ logo : '/funders-logos/UUlogo.png' ,
20+ url : 'https://www.uu.nl/en' ,
21+ } ,
2222]
You can’t perform that action at this time.
0 commit comments