Skip to content

Commit 425d97a

Browse files
authored
fixed typo error (#1202)
* fixed typo error * fixed outdated reference
1 parent 0d7aa8e commit 425d97a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export default class Index extends React.Component {
269269
<Block layout="threeColumn" background={null}>
270270
{[
271271
{
272-
image: `${baseUrl}img/impactful-conribution-award-399x544.png`,
272+
image: `${baseUrl}img/impactful-contribution-award-399x544.png`,
273273
imageAlign: 'top',
274274
imageLink: 'https://osawards.com/react/2019',
275275
imageAlt:

0 commit comments

Comments
 (0)