Skip to content

Commit

Permalink
fixed link to OK/ERR img
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Aug 28, 2020
1 parent 49c4aa1 commit 6b64c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okerrstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Indicator(props){
e('div', {className: 'dulldate', style: {float: 'right'}},
'Updated:', props.updated,e('br'),'Changed:', props.changed
),
e('img', {src: '/img/' + props.status + '.png'}),' ',
e('img', {src: 'img/' + props.status + '.png'}),' ',
e('b', null, props.title), e('br'),
props.details ? e('span',{className: 'dull'} , props.details) : null, e('br'),
props.desc ? props.desc : null
Expand Down

0 comments on commit 6b64c43

Please sign in to comment.