@@ -169,15 +169,15 @@ const Layout = () => (
169169 < Divider id = "acknowledgements" horizontal > Acknowledgements</ Divider >
170170 < Container text >
171171 < p >
172- { ' Copyright © 2020 '}
172+ Copyright © 2020{ ' '}
173173 < a href = "https://www.foreseeti.com/" >
174- { ' Foreseeti AB' }
174+ < span style = { { whiteSpace : 'nowrap' } } > Foreseeti AB</ span >
175175 </ a >
176- { ' , Licensed under the '}
176+ , Licensed under the{ ' '}
177177 < a href = "https://www.apache.org/licenses/LICENSE-2.0" >
178- { ' Apache License, Version 2.0' }
178+ < span style = { { whiteSpace : 'nowrap' } } > Apache License, Version 2.0</ span >
179179 </ a >
180- { '.' }
180+ .
181181 </ p >
182182 < div style = { { display : 'flex' , flexDirection : 'column' , justifyContent : 'center' } } >
183183 < img
@@ -190,27 +190,33 @@ const Layout = () => (
190190 src = "/helmet.svg"
191191 />
192192 < p >
193- { ' This work, " MAL logo" , is a derivative of "' }
193+ This work, " < span style = { { whiteSpace : 'nowrap' } } > MAL logo</ span > " , is a derivative of "
194194 < a href = "https://thenounproject.com/term/diving-helmet/2448842/" >
195- { ' Diving Helmet' }
195+ < span style = { { whiteSpace : 'nowrap' } } > Diving Helmet</ span >
196196 </ a >
197- { '" by '}
197+ " icon by { ' '}
198198 < a href = "https://thenounproject.com/madexmadeicons/" >
199- { ' Made x Made Icons' }
199+ < span style = { { whiteSpace : 'nowrap' } } > Made x Made Icons</ span >
200200 </ a >
201- { ', used under ' }
201+ { ' ' } from{ ' ' }
202+ < a href = "https://thenounproject.com/" >
203+ < span style = { { whiteSpace : 'nowrap' } } > the Noun Project</ span >
204+ </ a >
205+ , used under{ ' ' }
202206 < a href = "https://creativecommons.org/licenses/by/3.0/" >
203- { ' CC BY 3.0' }
207+ < span style = { { whiteSpace : 'nowrap' } } > CC BY 3.0</ span >
204208 </ a >
205- { '. "MAL logo" is licensed under ' }
209+ .
210+ < br />
211+ "< span style = { { whiteSpace : 'nowrap' } } > MAL logo</ span > " is licensed under{ ' ' }
206212 < a href = "https://creativecommons.org/licenses/by/4.0/" >
207- { ' CC BY 4.0' }
213+ < span style = { { whiteSpace : 'nowrap' } } > CC BY 4.0</ span >
208214 </ a >
209- { ' by ' }
215+ { ' ' } by { ' '}
210216 < a href = "https://www.foreseeti.com/" >
211- { ' Foreseeti AB' }
217+ < span style = { { whiteSpace : 'nowrap' } } > Foreseeti AB</ span >
212218 </ a >
213- { '.' }
219+ .
214220 </ p >
215221 </ div >
216222 </ Container >
0 commit comments