Skip to content

Commit

Permalink
Fix a missing icon (tgstation#58219)
Browse files Browse the repository at this point in the history
  • Loading branch information
tralezab authored Apr 7, 2021
1 parent 4b5884e commit ad3507d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Apc.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const ApcContent = (props, context) => {
color={chargingStatus.color}
buttons={(
<Button
icon={data.chargeMode ? 'sync' : 'close'}
icon={data.chargeMode ? 'sync' : 'times'}
content={data.chargeMode ? 'Auto' : 'Off'}
disabled={locked}
onClick={() => act('charge')} />
Expand Down

0 comments on commit ad3507d

Please sign in to comment.